refactor: migrate animation-demo repo content (#5970)

This commit is contained in:
Manol Donev
2018-06-19 18:58:11 +03:00
committed by GitHub
parent f9b0f6268d
commit d79ac300f3
56 changed files with 4393 additions and 6 deletions

View File

@@ -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;
}