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
One idea for this feature is to allow a pluggable View / Text component from the root so that one can use reanimated.
For example, in the root of the app, we could define some component that replaces the underlying View/Text used by RSD on native in the case of an animation. Something like:
Not married to any API, but this could be an interesting way to do it, where you 1) define the components, and 2) define the way to get the props to them based on the animation the user wants.
On web, this wouldn't necessarily be needed and would potentially mess with tree shaking.
Open to alternatives, but I've liked Tamagui's "animation driver" approach and think it could be an interesting addition here until the day that RN's actual animations are performant.
Describe the feature request
Support
css.keyframes
on native. We can useAnimated
to polyfill this API and the following CSS props:animationDelay
animationDirection
animationDuration
animationFillMode
animationIterationCount
animationName
animationPlayState
animationTimingFunction
The text was updated successfully, but these errors were encountered: