skellock / typescript-with-electron-react-kit

Don't just start your Electron app... TWERKit.
https://skellock.github.io/typescript-with-electron-react-kit
MIT License
145 stars 23 forks source link

Adds an entrance animation component for nicer startup. #41

Closed skellock closed 7 years ago

skellock commented 7 years ago

There's probably an animation library that does this much better. This covers what I wanted.

https://github.com/reactjs/react-transition-group looks pretty good. I'll likely switch over to that.