Workiva / react-dart

Dart Bindings for React JS
BSD 2-Clause "Simplified" License
413 stars 67 forks source link

Add bindings for transition / animation events #202

Closed aaronlademann-wf closed 5 years ago

aaronlademann-wf commented 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.

This PR adds bindings and test utils for SyntheticTransitionEvent and SyntheticAnimationEvent.

@greglittlefield-wf @kealjones-wk @joebingham-wk @sydneyjodon-wk