jInvertScroll
jInvertScroll copied to clipboard
A lightweight jQuery vertical scroll - horizontal move plugin with parallax effect.
Hi, ` e.preventDefault(); var target = '.'+$(this).data('target'); var left = $(target).position().left; var total = $('.front.scroll').width(); var perc = left / (total - $(window).width()) * 100; var height = $('html').height(); var...
Just curious to see if there is a function that allows mouse click and drag to scroll as well? thanks
I really love this jquery plugin and i used it for my website. But, when i test on mobile, it is wrong way up. When i swipe down, it scrolls...
Hello, I am using jInvertScroll for my project. The scroll bar is present to the right. I require the scroll bar to be present at the bottom of the screen....
Good evening, im having a trouble with a dynamic body height, because i have elements in position absolute alogn the body, but i need it to have a top at...
Hello, I'am using this plugin to have a parallax horizontal effect with the elements on the background. I am using Angular, and I change the pages using the ng-view directive....
Harkening back to the issue posted here: https://github.com/pixxelfactory/jInvertScroll/issues/13 Is there a way I can get this to work? You mentioned "You cannot make it start scrolling at a certain position...
Hi, I have created a nav based on the anchor method you listed here: https://github.com/pixxelfactory/jInvertScroll/issues/2 In addition to the main nav, I wish to have a pair of Prev and...
I have an animation that is 6000px long. I'd love to split my jInvertScroll document into two 3000px "scenes" but am running into trouble - the new "scene" always sits...
Is there a callback available once it has been initialized?