Product Promotion
0x5a.live
for different kinds of informations and explorations.
GitHub - stephband/jparallax: jQuery plugin for creating interactive parallax effect
jQuery plugin for creating interactive parallax effect - stephband/jparallax
Visit SiteGitHub - stephband/jparallax: jQuery plugin for creating interactive parallax effect
jQuery plugin for creating interactive parallax effect - stephband/jparallax
Powered by 0x5a.live ๐
[!WARNING]
This plugin is not maintained. Note that it has been possible to make parallax effects in near-pure CSS for some time, using a combination oftranslateZ()
,perspective
, and either a bit of JS for pointer tracking or a scrolling container. It is srongly suggested that you explore that avenue, as the resulting animations are optimised for the GPU, and smoother than this plugin can ever be. There is parallax scrolling page that I made based on this technique here
jquery.parallax
What does jquery.parallax do?
jquery.parallax turns nodes into absolutely positioned layers that move in response to the mouse. Depending on their dimensions, and on the options passed in, these layers move at different rates, in a parallaxy kind of way.
Demos and docs
stephen.band/jparallax/
JavaScript Resources
are all listed below.
Made with โค๏ธ
to provide different kinds of informations and resources.