-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Animate Scroll not working #35
Comments
Does that happen in both Firefox and Chrome? I have to find the list that shows which properties can be animated by which browser. |
On windows 7: Unfortunately I cannot test for ie and on mac at the moment. Will update if I get the chance. |
Max OSX 10.7.4 Just imported $++ to a project to find it totally borked any animate({scrollTop: val}, delay); calls. |
I added a small patch that fixes this issue, however I am not sure it is the best way: #40 |
This code is not working when using jquerypp.animate.
$('.container').animate({scrollTop: 20}, 200);
The text was updated successfully, but these errors were encountered: