You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with the version 11.17.1, I cannot give y values to my svg animation using AnimationControls.start method. This is the commit to blame: cecf6a4
3. IMPORTANT: Provide a CodeSandbox reproduction of the bug
It is a clear bug so I didn't provide any code snippet.
4. Steps to reproduce
Steps to reproduce the behavior:
create a motion.rect element and give animation with useAnimation() hook and call start({y: [0,50]}). It doesn't work.
5. Expected behavior
y values should be animated.
The text was updated successfully, but these errors were encountered:
1. Read the FAQs 👇
2. Describe the bug
Starting with the version 11.17.1, I cannot give y values to my svg animation using
AnimationControls.start
method. This is the commit to blame: cecf6a43. IMPORTANT: Provide a CodeSandbox reproduction of the bug
It is a clear bug so I didn't provide any code snippet.
4. Steps to reproduce
Steps to reproduce the behavior:
motion.rect
element and give animation withuseAnimation()
hook and callstart({y: [0,50]})
. It doesn't work.5. Expected behavior
y
values should be animated.The text was updated successfully, but these errors were encountered: