Tagged Questions
4
votes
1answer
71 views
Effect for smooth scrolling over slider/carousel
What is this effect called?
http://ruudvaneijk.nl/
when you scroll down you see it scrolls a bit over the slider on the top.
I searched the internet for half an hour but could not find how it's ...
2
votes
2answers
271 views
Better way to scroll through discrete horizontal list
As a javascript developer, the simplest way to implement sliding is to just put all items in a row and animate by changing a css property.
Are there any reasons to do it this way besides the ...