Home › Forums › JavaScript › Images towards into screen when scroll › Reply To: Images towards into screen when scroll
May 12, 2016 at 8:24 pm
#241576
Participant
One thing to always check is Developer Tools; {F12} and examine their source code.
They are using
jquery.mousewheel.js
Look at this example here:
http://www.sitepoint.com/html5-javascript-mouse-wheel/
Note: the link is to an article years ago.