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.
- Host: GitHub
- URL: https://github.com/maxzz/react-delay-unmount
- Owner: maxzz
- Created: 2021-03-13T11:25:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T01:21:53.000Z (over 3 years ago)
- Last Synced: 2025-01-08T21:22:10.367Z (over 1 year ago)
- Topics: animation, react, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://maxzz.github.io/react-delay-unmount
- Size: 336 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
React Unmount Delay Experiments. Exploring the ability to animate components on mounting/unmounting.

## 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)