CC Scroll is a parallax scrolling helper framework for JavaScript
ccscroll.js is a open-source JavaScript framework or script file that is capable of calculating left (X) values relative to the current scrolling height of the HTML document, and it makes users' lives easier with HTML5 data tags (datasets). Using ccscroll, one can implement their own parallax scrolling without writing a single line of JavaScript code.
- Can be attached using data tags to elements (HTML5)
- Higher FPS rate (~60 fps)
- Multi-directional / Multi-destinational / Multi-starting point configurations
- To Left
- To Right
- To Center (from left)
- To Center (from right)
- Calculation starting point adjustment (center on or off)
- Position percentage scaling factor (data-factor, 1 is default)