Bugfix: jQuery animate scrolling for firefox
This will work in firefox
$('**html, body**').animate({scrollTop:offset}, time);This will not work in firefox (but will work in most other browsers)
$('**body**').animate({scrollTop:offset}, time);Written by Chris
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
 #Firefox 
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#

 
 
 
 
