Closed aaronlademann-wf closed 5 years ago
React JS added support for TransitionEvent and AnimationEvent in version 15 via https://github.com/facebook/react/pull/6005, but we have no bindings for them here.
TransitionEvent
AnimationEvent
This PR adds bindings and test utils for SyntheticTransitionEvent and SyntheticAnimationEvent.
SyntheticTransitionEvent
SyntheticAnimationEvent
@greglittlefield-wf @kealjones-wk @joebingham-wk @sydneyjodon-wk
React JS added support for
TransitionEvent
andAnimationEvent
in version 15 via https://github.com/facebook/react/pull/6005, but we have no bindings for them here.This PR adds bindings and test utils for
SyntheticTransitionEvent
andSyntheticAnimationEvent
.@greglittlefield-wf @kealjones-wk @joebingham-wk @sydneyjodon-wk