Support custom screen transitions
See original GitHub issueIt is nice that the package supports a couple of default transitions to the custom tab on Android, but in an application we’re developing we’d want a custom transition when opening and closing the custom tab. Since we are using the SFSafariViewController
on iOS, we’d like the Android transition to be similar, so that we can design the other UI around that.
One option to do this would of course be to add more default animations to the package, but in the long term it’s probably more beneficial to support totally custom animations as well. This could be implemented by passing the identifier to an Android animation resource in the configuration. I’ll post a PR soon.
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Stinger Transition Maker - Visuals by Impulse
Custom -create stingers. The #1 transition maker for streamers and video editors. Add your logo & brand colors, then download in minutes.
Read more >Custom Screen Transitions in React Navigation | blog {callstack}
Wondering how to custom a screen transition animation in React Navigation? Check this step-by-step guide.
Read more >Stream Transitions services - Fiverr
Best Stream Transitions freelance services online. Outsource your Stream Transitions project and get it quickly done and delivered remotely online.
Read more >Create a custom transition animation - Android Developers
This page teaches you how to capture property values and generate animations to create custom transitions. Extend the Transition class. To create a...
Read more >Support custom screen transitions for StackNavigator #3217
Recently I needed to customize screen transition animation for a single screen and it wasn't really straightforward.
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 Free
Top 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
@aeirola I merged, So I’m going to release it to npm as
0.1.7
soon.@aeirola I just released 0.1.7. Thank you!