yarn react-flip-move 1.1.1
v1.1.1

latest releases: 3.0.5, 3.0.4, 3.0.3...
8 years ago

Fix perf issue with onFinish callbacks

Internally, to fire a provided onFinish callback, I was binding a listener to the transitionEnd event. Negligently, I forgot to un-bind that listener once the transition completed!

This means that each animation incremented the number of times the onFInish callback was executed - not good at all.

Credit to @IamNotUrKitty to finding, testing, and fixing the issue =D

Don't miss a new react-flip-move release

NewReleases is sending notifications on new releases.