-
-
Notifications
You must be signed in to change notification settings - Fork 697
Description
Hi!
We're using this library heavily, and we love it!:)
There an issue we've faced lately with react native itself: on older devices, rendering itself is slow. Even without animations, we're dropping frames. But adding appearance animations adds on top of that, and during fast interactions, creates a noticable lag, where react native is just executing the queued up animations.
Currently, I haven't found an easy way to disable animations within the animatable components, but it'd be great if we didn't have to write either an additional wrapper around all animatable components.
A simple animation = "none" would suffice :).
I'm happy to contribute this to the repo - but before forking & submitting a pull request, wanted to ask if it'll be accepted or not.
Thanks!
Mark