JQuery Scroll Path - Scroll a page along a custom path
21–30 of 46 posts
Re: JQuery Scroll Path - Scroll a page along a custom path
#22Some breakages:
* PageUp and PageDown doesn't work.
* Home and End doesn't work.
* Long-clicking the scrollbar doesn't work A: Should react immediately, not on mouseup.
* Long-clicking the scrollbar doesn't work B: Should rapidfire (like with holding down PageDown).
* Middle-clicking the scroll wheel doesn't bring up the analog-ish scroller floater.
(Using Chrome on Win7)
Re: JQuery Scroll Path - Scroll a page along a custom path
#23I appreciate the beauty, but you are breaking the web when doing things like this. Some breakages: * PageUp and PageDown doesn't work. * Home and End doesn't work. * Long-clicking the scrollbar doesn't work A: Should react immediately, not on mouseup. * Long-clicking the scrollbar doesn't work B: Should rapidfire (like with holding down PageDown). * Middle-clicking the scroll wheel doesn't bring up the analog-ish scr…
Re: JQuery Scroll Path - Scroll a page along a custom path
#24I appreciate the beauty, but you are breaking the web when doing things like this. Some breakages: * PageUp and PageDown doesn't work. * Home and End doesn't work. * Long-clicking the scrollbar doesn't work A: Should react immediately, not on mouseup. * Long-clicking the scrollbar doesn't work B: Should rapidfire (like with holding down PageDown). * Middle-clicking the scroll wheel doesn't bring up the analog-ish scr…
About the middle-click scrolling thing, I've disabled it for now since there doesn't seem to be any way to actually make it work with the custom path.
Also, please note that this is a very experimental plugin and should probably never be used on anything else than a personal site or presentation.
Re: JQuery Scroll Path - Scroll a page along a custom path
#25The demo needs a background with a clearer pattern so you can see the path actually being followed. With just text and the dark background it just seems like a slideshow with transitions.
At the moment, the background isn't actually being scrolled at all. If I were to apply a patterned background to the element that gets scrolled around, I'd have to increase its size so that the screen always stays inside of it. I'm also not sure how a background image would affect the performance of the rotations.
Re: JQuery Scroll Path - Scroll a page along a custom path
#26this has interesting possiblities. but i consider it broken unless/until it supports scrolling with the spacebar, like ever other web page. fyi, i'm on firefox 11 osx.
Re: JQuery Scroll Path - Scroll a page along a custom path
#27I appreciate the beauty, but you are breaking the web when doing things like this. Some breakages: * PageUp and PageDown doesn't work. * Home and End doesn't work. * Long-clicking the scrollbar doesn't work A: Should react immediately, not on mouseup. * Long-clicking the scrollbar doesn't work B: Should rapidfire (like with holding down PageDown). * Middle-clicking the scroll wheel doesn't bring up the analog-ish scr…
Re: JQuery Scroll Path - Scroll a page along a custom path
#28I appreciate the beauty, but you are breaking the web when doing things like this. Some breakages: * PageUp and PageDown doesn't work. * Home and End doesn't work. * Long-clicking the scrollbar doesn't work A: Should react immediately, not on mouseup. * Long-clicking the scrollbar doesn't work B: Should rapidfire (like with holding down PageDown). * Middle-clicking the scroll wheel doesn't bring up the analog-ish scr…
Also doesn't degrade gracefully in case of no javascript.