Web animations
#1908
Replies: 1 comment
-
cc @piaskowyk |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does Reanimated use CSS Animations or the Web Animations API (WAAPI) or something else to run animations on the web?
WAAPI run with JS, but is apparently just as performant as CSS Animations, since they are offloaded from the main JS thread in the the browser to a separate thread: https://css-tricks.com/css-animations-vs-web-animations-api/
I couldn't find info about this in the docs, where I would have expected it:
https://docs.swmansion.com/react-native-reanimated/docs/web-support
@karol-bisztyga
Beta Was this translation helpful? Give feedback.
All reactions