Tagged Questions

5
votes
1answer
2k views

Ipad/Iphone like scrolling

Have any of you seen like a javascript library that allows fluid div scrolling. I kind of want to do something like the scroll bars in google wave...but maybe less annoying. I happen to love them ...
2
votes
4answers
1k views

Scrolling an HTML page with javascript?

I created a page that scrolled via JavaScript but in some browsers it does not scroll very smoothly when you and text to the page? And it doesn't seem to work at all in chrome. My question is: What ...
1
vote
2answers
429 views

MooTools onLoad SmoothScrolling (Lim Chee Aun Method)

From the post Lim Chee Un made here: http://davidwalsh.name/mootools-onload-smoothscroll window.addEvent(‘domready’, function() { new SmoothScroll({ duration:700 }, window); var el = ...
0
votes
2answers
77 views

Smooth scrolling end positioning

I have a nifty smooth animated scroll that goes up and down depending on what you click on the navigation (thanks to CSS-Tricks!). Now this is all working great but I have a nav that sticks to the top ...
0
votes
1answer
192 views

How to speed up panning and zooming using smoothZoom jquery plugin?

Hello I am currently using the smoothZoom plugin in a project (http://codecanyon.net/item/smooth-zoom-pan-jquery-image-viewer/511142). I have to load in an image of roughly 2500 * 2500 pixels (the ...
0
votes
1answer
48 views

Best way to create a side-scrolling inline element?

I am attempting to get out of amateur status, so forgive any false assumptions or silly questions. I am interested in updating my web site http://scenicdesktops.com, so that instead of the old-school ...
0
votes
1answer
121 views

Page load effects - each new page slides in from a different direction (… as a single page site using scrollTo)

Is there a way to make each pages load by sliding in from a different direction? (X and Y axis) Like in this example: single page site scrolling to div The reason for this is because it doesnt work ...
0
votes
2answers
530 views

Using jQuery-Smooth-Scroll from one page to another?

I am currently using jQuery-Smooth-Scroll to smoothly scroll up and down to various anchor positions on one of my pages (Page 1). However, what I would also like to be able to do is, from another page ...
-1
votes
1answer
94 views

Scrolling a div with animate on mousedown and stop on mouse up

I have modified code found on stackoverflow to create buttons to scroll a div on mousedown and stop scrolling on mouseup. Here is the code. Nothing happens with it, no scrolling. It looks to me to ...