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

Commit be40702

Browse files
authored
Added acclaration about transitions in android
The navigation transitions doesn´t work in android <5.0 . it needs to be clarified
1 parent 211176a commit be40702

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)