Khan / react-components

khan.github.io/react-components/
MIT License
1.01k stars 99 forks source link

Replaced jQuery dep in TimeoutTransitionGroup #31

Closed devgeeks closed 9 years ago

devgeeks commented 9 years ago

Instead of using CSSCore (pull request #22), it seemed better to just have vanilla-js functions to manage the classes.

https://github.com/Khan/react-components/pull/22#issuecomment-72933310

ariabuckles commented 9 years ago

Otherwise looks good to me!

devgeeks commented 9 years ago

I updated the PR with the more elegant solution mentioned by @ariabuckles

ariabuckles commented 9 years ago

Looks good, thanks for implementing this!