nicholas
nicholas

Reputation: 14593

ReactJS CSSTransitionGroup on Android browser

My ReactJS CSSTransitionGroups are failing on Android v4.2. I'll to try to isolate the problem and post an example.

Has anyone run into this before? It looks as if Android does support CSS transitions, so I'm guessing the problem may be in how the CSSTransitionGroup is detecting the transitionend event?

Thanks

Upvotes: 0

Views: 138

Answers (1)

Sophie Alpert
Sophie Alpert

Reputation: 143194

This is a bug that's been fixed on the master branch of React:

cc56629: Fix transition end detection for Android

It didn't make it into 0.10 but will be in the next release.

Upvotes: 3

Related Questions