Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit acd7c5f

Browse files
authored
Merge pull request #1442 from Momazo7u7/master
Added acclaration about transitions in android
2 parents 2beb837 + be40702 commit acd7c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core-concepts/navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ frame.navigate(navigationEntry);
496496

497497
### Navigation transitions
498498

499-
By default, all navigation will be animated and will use the default transition for the respective platform (UINavigationController transitions for iOS and Fragment transitions for Android). To change the transition type, set the `navigationTransition` property of the [`NavigationEntry`](http://docs.nativescript.org/api-reference/interfaces/_ui_frame_.navigationentry.html) to an object conforming to the [`NavigationTransition`](http://docs.nativescript.org/api-reference/interfaces/_ui_frame_.navigationtransition.html) interface.
499+
By default, all navigation will be animated and will use the default transition for the respective platform (UINavigationController transitions for iOS and Fragment transitions for Android). To change the transition type, set the `navigationTransition` property of the [`NavigationEntry`](http://docs.nativescript.org/api-reference/interfaces/_ui_frame_.navigationentry.html) to an object conforming to the [`NavigationTransition`](http://docs.nativescript.org/api-reference/interfaces/_ui_frame_.navigationtransition.html) interface. (For android this requires at least API 25 [Android 5.0])
500500
``` JavaScript
501501
const getFrameById = require("tns-core-modules/ui/frame").getFrameById;
502502

0 commit comments

Comments
 (0)