Animation Hooks Library
Specific Demand
The broader Dioxus ecosystem should contain an animation library like react-sping
Implement Suggestion
We can implement animations with hooks and use the API introduced in https://github.com/DioxusLabs/dioxus/issues/1179#issuecomment-1672184361 to spread whatever attributes the animation hooks output
I would like to help with this one. I already have some animation support in Freya but maybe if we join forces we can create a better library! It would need to be renderer-agnostic (at least to it's core).
I would like to help with this one. I already have some animation support in Freya but maybe if we join forces we can create a better library! It would need to be renderer-agnostic (at least to it's core).
That would be great! What Freya has today looks like a great start. We can keep adding new animation hooks on top of that (maybe some hooks from react-spring?).
I would like to help with this one. I already have some animation support in Freya but maybe if we join forces we can create a better library! It would need to be renderer-agnostic (at least to it's core).
That would be great! What Freya has today looks like a great start. We can keep adding new animation hooks on top of that (maybe some hooks from react-spring?).
:100: We could definitely get inspiration from react-spring.
A few other libraries to look for inspiration are:
- Framer Motion
- Svelte Transitions
- AnimeJS