Jquery script for changing different styles when scrolling mouse on vertically and horizontally
Using this code you can apply different style when scrolling a vertically or horizontally using Jquery Scroll function
JQuery has the following method related to the scrolling
.scrollTop()
.scrollLeft()
.scrollTo()
please refere JQuery documentations for more details