mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
refactor: migrate animation-demo repo content (#5970)
This commit is contained in:
@@ -4,7 +4,7 @@ import { Button } from "tns-core-modules/ui/button";
|
||||
|
||||
let currentFrame: Frame;
|
||||
|
||||
export function onPageLoaded(args: EventData) {
|
||||
export function pageLoaded(args: EventData) {
|
||||
currentFrame = (<Page>args.object).frame;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user