DEV Community

Discussion on: Spring it on! The complete guide to React Spring. 🧵

Collapse
 
okikio profile image
Okiki Ojo

I recently released @okikio/animate, I am planning to add spring animation to the library, you can check out a rough draft, of what I am have here,

As of right now @okikio/animate forces you to set the duration manually, but after reading this article I am going to have the spring animation automatically decide the duration of the animation.

You can read more about @okikio/animate as well as the Custom Easing and spring animations here

Collapse
 
vaibhavkhulbe profile image
Vaibhav Khulbe

Looks good, great work and thanks for sharing :)

Thread Thread
 
okikio profile image
Okiki Ojo

Please tell me what you think of my current implementation, I need some feedback, as I haven't really worked with complex easing before