Reputation: 2290
I have no idea if this technique has a name already but I have seen it in a number of sites recently. The last one (and one of the most impressive) is
http://www.discovershadow.com/
Anyone knows if this technique has a name? Even better any jQuery plugins that can help you reach such results? The closest plugin that could assist in creating something like that withought writing too much code is the jQuery scroll path
http://joelb.me/scrollpath/
but still I was wondering if there is some better, more suitable option.
Upvotes: 0
Views: 172
Reputation: 559
You can use skrollr.js
It is a full blown animation library, just look at the example sites and you will see what can it be created with it. Also, here is the link to the particular effect that you are after:
Upvotes: 0
Reputation: 1781
this plugin can help you http://alvarotrigo.com/fullPage/#firstPage
but you have to use your own css tricks like playing with z-index
of different images on the scrolling area
Upvotes: 1