diff --git a/CrossPlatformModules.csproj b/CrossPlatformModules.csproj index b1df7e578..72a63583b 100644 --- a/CrossPlatformModules.csproj +++ b/CrossPlatformModules.csproj @@ -79,6 +79,7 @@ data-binding.xml + modal-page.xml @@ -117,6 +118,12 @@ + + + Designer + + + Designer @@ -2104,7 +2111,7 @@ False - + - + \ No newline at end of file diff --git a/apps/animations/bkg.png b/apps/animations/bkg.png new file mode 100644 index 000000000..fa059ba75 Binary files /dev/null and b/apps/animations/bkg.png differ diff --git a/apps/animations/main-page.ts b/apps/animations/main-page.ts index 40da5d9ac..1a63abb8f 100644 --- a/apps/animations/main-page.ts +++ b/apps/animations/main-page.ts @@ -6,6 +6,7 @@ import animationModule = require("ui/animation"); import colorModule = require("color"); import model = require("./model"); import enums = require("ui/enums"); +import frame = require("ui/frame"); var vm = new model.ViewModel(); @@ -162,4 +163,8 @@ export function onInterrupted(args: observable.EventData) { duration: 1000 }) }, 700 * 3); -} \ No newline at end of file +} + +export function onOpacity(args: observable.EventData) { + frame.topmost().navigate("./opacity"); +} diff --git a/apps/animations/main-page.xml b/apps/animations/main-page.xml index c6f0ad165..8b939ab70 100644 --- a/apps/animations/main-page.xml +++ b/apps/animations/main-page.xml @@ -18,6 +18,7 @@