Update ui-tests-app

This commit is contained in:
Vasil Chimev
2016-02-16 13:46:25 +02:00
parent 9c9e64c385
commit 37bc75e722
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ export function onTap(args) {
var navigationEntry = {
moduleName: "transitions/page1",
animated: true,
navigationTransition: {
transition: args.object.tag,
transition: {
name: args.object.tag,
duration: 380,
curve: "easeIn"
}

View File

@ -5,8 +5,8 @@ export function onTap(args) {
var navigationEntry = {
moduleName: "transitions/page0",
animated: true,
navigationTransition: {
transition: args.object.tag,
transition: {
name: args.object.tag,
duration: 380,
curve: "easeIn"
}