react-web-animation icon indicating copy to clipboard operation
react-web-animation copied to clipboard

Enhancement: Allow multiple animations per element

Open bringking opened this issue 7 years ago • 0 comments

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 something like -

<Animated.div keyframes={[[...],[...]]} timing={[[...],[...]]}></Animated.div>

bringking avatar Apr 02 '17 16:04 bringking