mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Update ui-tests-app
This commit is contained in:
@ -5,8 +5,8 @@ export function onTap(args) {
|
|||||||
var navigationEntry = {
|
var navigationEntry = {
|
||||||
moduleName: "transitions/page1",
|
moduleName: "transitions/page1",
|
||||||
animated: true,
|
animated: true,
|
||||||
navigationTransition: {
|
transition: {
|
||||||
transition: args.object.tag,
|
name: args.object.tag,
|
||||||
duration: 380,
|
duration: 380,
|
||||||
curve: "easeIn"
|
curve: "easeIn"
|
||||||
}
|
}
|
||||||
|
@ -5,8 +5,8 @@ export function onTap(args) {
|
|||||||
var navigationEntry = {
|
var navigationEntry = {
|
||||||
moduleName: "transitions/page0",
|
moduleName: "transitions/page0",
|
||||||
animated: true,
|
animated: true,
|
||||||
navigationTransition: {
|
transition: {
|
||||||
transition: args.object.tag,
|
name: args.object.tag,
|
||||||
duration: 380,
|
duration: 380,
|
||||||
curve: "easeIn"
|
curve: "easeIn"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user