Skip to content

Dynamic animated values

Latest

Choose a tag to compare

@thesephist thesephist released this 13 May 10:57

This is a major release introducing a new animated value primitive, the dynamic animated value, accessible via AnimatedValue.Dynamic. You can read more about this feature here in the README.

In short, dynamic values represent animated values backed not by easing curves, but by realistic spring-based physics, representing smoother and more realistic animated values that are still reentrant, interruptible, and fully redirectable.

You can also find an interactive demo here.