An open API service indexing awesome lists of open source software.

https://github.com/maxzz/react-delay-unmount

Investigation of the possibility of animating components when mounting / unmounting.
https://github.com/maxzz/react-delay-unmount

animation react tailwindcss typescript vite

Last synced: 2 months ago
JSON representation

Investigation of the possibility of animating components when mounting / unmounting.

Awesome Lists containing this project

README

          

## About

React Unmount Delay Experiments. Exploring the ability to animate components on mounting/unmounting.

![](src/assets/previews/2021-03-13_2-07-43.png)

## Credits

* [React - animate mount and unmount of a single component](https://stackoverflow.com/questions/40064249/react-animate-mount-and-unmount-of-a-single-component)
* [Delay unmounting of the component in React](https://medium.com/@tomaszferens/delay-unmounting-of-the-component-in-react-8d6f6e73cdc)
* [Delay unmount on component with state](https://codesandbox.io/s/1rx7m8px3q?file=/index.js:72-75)
* [Delay unmount on component with hooks](https://codesandbox.io/s/lpn3261j99)