mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Back to 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: pages.Page);
|
||||
_updateActionBar(page?: pages.Page);
|
||||
_updateActionBar(page?: pages.Page, disableNavBarAnimation?: boolean);
|
||||
_getNavBarVisible(page: pages.Page): boolean;
|
||||
//@endprivate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user