[jQuery] animate scrollTop

2009-05-30 Thread GaVrA
Hi! I am using this code: $('a.goToTop').click(function() { $('html').animate({scrollTop : 0},'slow'); }); And it works like it should. Problem is that sometimes it just bugs out for short period of time, like when you click anchor and it

[jQuery] Animate scrollTop

2007-08-23 Thread James Dempster
I was wondering if the changes that allow animate scrollTop would be making it to the next release? e.g. http://dev.jquery.com/~john/ticket/step/test2.html