mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
fix: doc of transitionAndroid property of NavigationEntry interface (#6563)
This commit is contained in:

committed by
Alexander Vakrilov

parent
51a191f396
commit
efe331862f
2
tns-core-modules/ui/frame/frame.d.ts
vendored
2
tns-core-modules/ui/frame/frame.d.ts
vendored
@ -257,7 +257,7 @@ export interface NavigationEntry extends ViewEntry {
|
|||||||
transitioniOS?: NavigationTransition;
|
transitioniOS?: NavigationTransition;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Specifies an optional navigation transition for iOS. If not specified, the default platform transition will be used.
|
* Specifies an optional navigation transition for Android. If not specified, the default platform transition will be used.
|
||||||
*/
|
*/
|
||||||
transitionAndroid?: NavigationTransition;
|
transitionAndroid?: NavigationTransition;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user