-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
I would be nice to have some tools to help with describing transitions with behaviors. I imagine an API like this:
const config = {
duration: 5,
timingFunction: linear,
delay: 0
}
const t = transitionBehavior(config, numberStream, initialValue);numberStream is telling which values the resulting behavior should make transitions to.
This together with a collection of timing functions would be a good start.
Metadata
Metadata
Assignees
Labels
No labels