-
Notifications
You must be signed in to change notification settings - Fork 78
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
Animation #16
Comments
Yes! This is exactly the scenario I am in. I have to disable the sweet animations in my project for now. |
+1 for this fix - animations seem to trip this up and right now I cannot use them AND keep my element scrolled correctly. |
+1 |
Is this still an issue? Could anyone provide an example repo/fiddle to repro the problem? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I use a max-height css animation on a ng-repeat, the scroll-glue only scrolls to the height at the the first point in the animation.
It would be nice if this directive could listen for the animation ending, then fire. Or perhaps fire at beginning and end.
The text was updated successfully, but these errors were encountered: