akiran / react-foundation-apps

Foundation Apps components built with React
http://webrafter.com/opensource/react-foundation-apps
MIT License
292 stars 48 forks source link

Expose Animation #12

Open leiserfg opened 9 years ago

leiserfg commented 9 years ago

Expose the internal utilitty Animation as a component on RFA please.

akiran commented 9 years ago

I am thinking of refactoring animation utility to support advanced animation usecases.

I am also thinking of making it generic and release it as a separate library so that people who doesn't use react-foundation-apps can also use this animation library.

I will let you know about this work progress soon.

leiserfg commented 9 years ago

Take a look at https://github.com/Khan/react-components/blob/master/js/timeout-transition-group.jsx it can solve a bug you have when animations may 'run' on off-focus tabs.