sambernard / react-preload

Component to preload images before showing content
MIT License
148 stars 48 forks source link

Compatibility with ReactCSSTransitionGroup #11

Closed jhoffmcd closed 8 years ago

jhoffmcd commented 8 years ago

I wanted to use transitions on the loadingIndicator, but nothing seems to work.

Should this work with ReactCSSTransitionGroup?

sambernard commented 8 years ago

@jhoffmcd can you show me an example of what you are trying to do?

jhoffmcd commented 8 years ago

@sambernard I don't have the piece of code anymore, but I think it may be my implementation. I think it should work with ReactCSSTransitionGroup. If I had to try again I think I could get it to work.