Hi,
i created a new project with a HoloLense and I am trying to switch between two Views with a application event ("Switch View").
I linked this application event to the "Navigate" option of both views and this works fine.
Now i want to slow it down a bit by waiting 1 second before the view switches. I thought about using: $timout.
How do I use this function and where do I have to write the command. (Home.js or into the application event)
Thanks for your help!