Skip to content
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

[BUG] y values doesn't animate with useAnimation after v11.17.1 #3019

Closed
mucahitgurbuz opened this issue Jan 21, 2025 · 0 comments · Fixed by #3024
Closed

[BUG] y values doesn't animate with useAnimation after v11.17.1 #3019

mucahitgurbuz opened this issue Jan 21, 2025 · 0 comments · Fixed by #3024
Labels
bug Something isn't working

Comments

@mucahitgurbuz
Copy link

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: 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.

@mucahitgurbuz mucahitgurbuz added the bug Something isn't working label Jan 21, 2025
@mucahitgurbuz mucahitgurbuz changed the title [BUG] [BUG] y values doesn't animate with useAnimation after v11.17.1 Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant