Does this support svg?
matt-erhart opened this issue · 3 comments
matt-erhart commented
Does this support svg?
bringking commented
@matt-erhart Yes, you can see an example on the demo page here - https://github.com/bringking/react-web-animation/blob/master/demo/src/welcome.js
matt-erhart commented
Do you have an example with a group or sequence? The svg wrapper seems to block propagation to the e.g. circle elements in it.
bringking commented
@matt-erhart I fixed this in the lastest release! Here is the example showing how to use AnimationGroup with an SVG - https://github.com/bringking/react-web-animation/blob/master/demo/src/svg_group.js