This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
[Bug] On Safari, animating transform to a matrix3d with skew and translation fails #249
Labels
Bug
Bug report
1. Describe the bug
When animating the transform to a matrix3d that contains a skew and a translation
e.g. transform: 'matrix3d(1, 0, 0, 0, 0.26, 1, 0, 0, 0, 0, 1, 0, 200, 100, 0, 1)'
the element animates to an incorrect destination, and then snaps to the correct destination at the end of the animation.
2. IMPORTANT: Provide a CodeSandbox reproduction of the bug
https://codepen.io/anxpara/pen/OJGMdJK
3. Steps to reproduce
Steps to reproduce the behavior:
4. Expected behavior
should animate smoothly to the proper destination
6. Browser details
Safari 17.4
The text was updated successfully, but these errors were encountered: