Live data from Hacker News

JQuery Scroll Path - Scroll a page along a custom path

joelb.me

21–30 of 46 posts

Re: JQuery Scroll Path - Scroll a page along a custom path

#22
I 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 scroller floater.

(Using Chrome on Win7)

Re: JQuery Scroll Path - Scroll a page along a custom path

#23
post #22

I 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…

Inertial scrolling as well (Mac)

Re: JQuery Scroll Path - Scroll a page along a custom path

#24
post #22

I 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…

Thanks for bringing up these issues, I hadn't even thought of most of them and they should be easy to fix.

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

#25
post #19

The 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.

That's a good point, thanks!

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

#26

this 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.

Spacebar scrolling is actually already implemented, not sure why it's not working for you.

Re: JQuery Scroll Path - Scroll a page along a custom path

#27
post #22

I 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.

Re: JQuery Scroll Path - Scroll a page along a custom path

#28
post #22

I 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.

The demo doesn't, but any developer could easily set up a default layout for cases when Javascript is disabled.
Post reply on HN