Page transitions stopped working with alpha.5
See original GitHub issueDependencies
Dependency | Version |
---|---|
react-router-native | 2.0.0-alpha.5 |
react-router | 3.0.0-alpha.3 |
react-native | 0.32 |
Tested on iOS simulator
Problem
With alpha.4
the following route definitions animated correctly:
export default <TabsRoute
path='/'
onEnter={AppController.onEnter}
component={AppController}>
<StackRoute
path='orders'
overlayComponent={Header}
component={Page}
transition='horizontal-card-stack'>
<IndexRoute
onEnter={ListController.onEnter}
component={ListController} />
<Route path=':orderId' component={SingleController} onEnter={SingleController.onEnter} />
{images}
</StackRoute>
</TabsRoute>;
I redirect to /orders
in the onEnter hook of the outermost route, so i start at /orders
. With alpha.4
the page transition from /orders/
to /orders/:orderId
animated correctly with an horizontal-card-stack transition. Updating to alpha.5
changes this behaviour: the transition is abrupt.
I suspect this has something to do with the changes in transitionRegistry
? Any pointers or explanations? 😕
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Indesign publish online page transitions not working
When I publish online from InDesign, any page transitions that have been applied to pages do not work. The pages simply appear.
Read more >Apply and clear page transitions in InDesign - Adobe Support
In the Pages panel, select the spreads to which you want to apply the page transition. Make sure the spread is selected, not...
Read more >How to make an object go to alpha 0,5 and back to 1 during ...
I can set alpha to 0.5 at the beginning and make it go back to 1 during the transition, but that's not the...
Read more >transitions do not have alpha in compound clips
when working with a compound clip, the alpha channel of transitions within those compound clips are being ignored, or there is just no...
Read more >Custom page transitions (The Boring Flutter Development ...
In this episode, Fitz makes his Boring Show debut with Filip. Continuing with the Hacker News App, they add custom page transitions, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No, it’s no animation at all, just skips to the screen right away (with about 300ms delay).
No stress. Thanks for your awesome work man!
Woops that was me logged in with a wrong account. 😴