jquery-stickit
jquery-stickit copied to clipboard
Chrome 56 breaks refresh()
The latest update of Chrome (56, 8 feb 2017) breaks something in the plugin, making the page scroll when an animation comes to an end.
can you give more detail?
Steps to reproduce:
- create an element and attach Stickit onto it;
- create an element with a CSS animation, no matter what type of animation you add;
- execute the animation on the latter element while the other element is sticked, see the page scrolling at random bits.
I did not perform a complete debug only because I don't have much spare time. Note that this is the expected behavior (Stickit performs the same calculations in older versions of Chrome). However, the latest Chrome update might have broken some values.