Automatically Navigate to Another Page After 10 Seconds in Ignition Perspective

Hi,

I have a Welcome page while launch, I would like to navigate to another page after 10 seconds automatically...How to achieve this in perspective?

2 custom props on the view, openDatetime bound to now(0) and autoNav bound to isAfter(now(), addSeconds({view.custom.openDateTime}, 10))

Then add an on change script to autoNav to do the navigation if currentValue.value is true

10s is a long time to wait though... I'd give them a button as well

2 Likes