mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
Animated nav-bar
This commit is contained in:
2
tns-core-modules/ui/frame/frame.d.ts
vendored
2
tns-core-modules/ui/frame/frame.d.ts
vendored
@ -104,7 +104,7 @@ declare module "ui/frame" {
|
||||
navigationQueueIsEmpty(): boolean;
|
||||
navigationBarHeight: number;
|
||||
_processNavigationQueue(page: Page);
|
||||
_updateActionBar(page?: Page);
|
||||
_updateActionBar(page?: Page, disableNavBarAnimation?: boolean);
|
||||
_getNavBarVisible(page: Page): boolean;
|
||||
//@endprivate
|
||||
|
||||
|
Reference in New Issue
Block a user