Parallax scrolling has become mainstream. You definitely have encountered it wether you checked the website of one of the recent blockbusters or the latests Apple products.
I was looking how to recreate these effects and I found a javascript library that promises wonders: Skrollr
It’s javascript framework agnostic and it’s mobile and desktop ready.
The tutorial is well done and you can find a bunch of examples here.
The library adds a skrollable
class to all the elements it controls and it has 3 main classes skrollable-before, skrollable-between
and skrollable-after
to describe the behaviour of the elements depending on their position during the scroll of the website.
Go and check the demo and start experimenting!
Leave a Reply