react-web-animation
react-web-animation copied to clipboard
React components for the Web Animations API - http://react-web-animation.surge.sh
> react-dom.development.js:11494 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details. > > * Move data fetching code or side effects to componentDidUpdate. >...
Currently animations do not play nicely with base-level styling, for instance if I animate the `backgroundColor` on an element which already has `background` then I will not see my `backgroundColor`...
Hi, can I unmount a component when its animation ends, and could I specify this function to any component I want? Can I call a remove function at the end...
The spec allows multiple animations to be applied to each element (see here for example -http://danielcwilson.com/blog/2015/08/animations-part-3/). The current structure only allows for a single set of keyframes/timing per element. Implement...
It would be handy to support `` elements at any depth under a `` or ``. I.e. ``` js ohai ohai2u ``` I'm unsure what all the implications would be...