-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Closed
Description
Version
0.13.5
Test Case
Few updates on the animation example on branch 0.13.x
:
ncuillery@944df1d
I use React 0.14 as we are supposed to do (no warning) and I increased the animation duration up to 10s
Steps to reproduce
- Clone my fork
- Run
npm i
- Run
npm run examples
- Go to http://localhost:8080/animations/#/page1
- Click on link "Page 2"
Expected Behavior
Smooth animation from Page 1 to Page 2
Actual Behavior
No animation, Page 2 shows up immediately
It seems that the CSSTransitionGroup
still does his job but the "leaving" component (a RouteHandler
) is transitioning to the new route without animation while the "entering" component shows up:
Have you a fix in mind ?
Metadata
Metadata
Assignees
Labels
No labels