jchamois / 60-fps-parallax

Here is a simple javascript parallax scripts allowing to parallax background or absolute element. The goal was to reach the 60fps rate using request animation frame and some tricks like avoiding useless calcutation, reflow, repaint binding... Almost done.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Here is a simple javascript parallax scripts allowing to parallax background or absolute element. The goal was to reach the 60fps rate using request animation frame and some tricks like avoiding useless calcutation, reflow, repaint binding... Almost done.


Languages

Language:HTML 42.6%Language:CSS 38.6%Language:JavaScript 18.7%