Do the `onAnimationStart` events fire for SVG even...
# react
z
Do the
onAnimationStart
events fire for SVG events? I've got a
svg > circle > animate
, and my event listener isn't being called.
1
Had to use refs. I think these events are actually for the CSS events, not the SVG events.
t
Probably it's not implemeted for SVG specifically 😞