-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transition direction #2741
Comments
You an use your custom transition effects like as follow:
|
@ajaykumar97 bro it only works if i add it to root.But what if i want to change for a single scene ? |
You can set a check on the name of particular scene inside the transitionConfig like:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
Is there a way to configure the direction of the transition animation - eg. from left-to-right / right-to-left?
Also, as documented in the API, When navigating using Actions.reset("sceneKey"), no transition occurs. Is there a way to add a transition manually?
The text was updated successfully, but these errors were encountered: