Daydreamer-riri / transition-hooks

An extremely light-weight react transition animation hook which is simpler and easier to use than react-transition-group
https://transition-hooks.netlify.app/
MIT License
12 stars 1 forks source link

[Question] Will there be more transitions hooks #3

Closed A1X5H04 closed 1 month ago

A1X5H04 commented 1 month ago

I really like your transition library, I just want to know that will you support more of the transtions hooks like:

Daydreamer-riri commented 1 month ago

Can you describe them in more detail? The original purpose of this library is to implement a modern react-transition-group, so there is currently no further plan. But suggestions welcome!

A1X5H04 commented 1 month ago

https://brunnolou.github.io/react-morph/

Something like this

Daydreamer-riri commented 1 month ago

https://brunnolou.github.io/react-morph/

Something like this

Now the browser's built-in view-transitiion API can achieve this effect well. An easy-to-use hook can be implemented via the wrapper of view-transition (like useListTransiton).

But I don't have time to implement it at the moment😂, PR welcome.