Reputation: 11
I'm trying to recreate the same effect used here: http://www.chylak.com/en/bags where the images will fade in/out based on scroll position.
I've had a look at the source and can see that "data-centre-centre" and "data-top-bottom" both have opacity values so it looks like a CSS transition?
Thanks for the help anyway :)
Upvotes: 1
Views: 496
Reputation: 11
For anyone interested, I ended up using skrollr.js https://github.com/Prinzhorn/skrollr
Super easy to use and works great if you're trying to achieve a similar effect to the one referenced in my original question.
Upvotes: 0