angularjs-scroll-glue
angularjs-scroll-glue copied to clipboard
Animation
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.
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?