Closed noahgrant closed 9 years ago
I'm experiencing the same issue. Safari does not seem to work properly with TimeoutTransitionGroup.
:+1:
I also appear to be seeing this... not sure if it has always been true or only recently.
Found this issue on ReactCSSTransitionGroup
https://github.com/facebook/react/issues/2104
I tried it, and moving the transition
CSS from enter
to enter-active
fixes this issue on Safari.
wow, that worked for me, too. i should add that i also had to remove the transition from enter
, not just add it to enter-active
(i had tried adding it to both, which didn't work). i'll close this, though it'd be nice if the interface mirrored CSSTransitionGroup
(minus the timeouts, of course).
@noahgrant Sorry, what would you like changed here?
Hi,
Have you noticed that the TICK of 17 ms in timeout transition group doesn't seem to be enough to trigger an animation in Safari (desktop or mobile)? Seems to work great in everything else.
Thanks!
Noah