Does react-spring support a web animation API (WAAPI) driver? #1491
Unanswered
DamianPereira
asked this question in
Support
Replies: 1 comment 4 replies
-
That article is from 3 years ago. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I was reading this article: Why React needed yet another animation library. Introducing: react-spring
And noticed this part:
Is this on the roadmap? Or even already implemented?
I'm working on a react app and I'm comparing a native web animation api + css transition approach vs react-spring, I'd love to use the spring motion instead of css easing functions, but Ideally I'd like to not block the js main thread with animations.
Beta Was this translation helpful? Give feedback.
All reactions