Screen events
These are events that relate to the screen status and screen orientation. Screen events can be applied on any screen.
Orientation change
This event is called when the user changes the orientation of their device, or when clicking the orientation change button on the web player.
Screen before show
This event is triggered on the screen you are transitioning to, before the actual transition animation kicks off. It is used when calling an interaction is needed before the UI elements appear on the screen.
Screen show
Screen show event is triggered on the screen we are transitioning to, after the transition animation has completed. It is often used to highlight navigation items or go to snap container page.
Screen before hide
This event is triggered on the screen we are transitioning away from, before the actual transition animation kicks off.
Screen hide
An event triggered on the screen we are transitioning from, after the transition animation has been completed.
Keydown
Lets you assign keyboard events on each screen, which will interact with the screen and UI items.
Container events
Container scroll to
The ‘Container scroll to’ event is triggered when a scrollable container is scrolled towards a particular direction (you can choose from downwards, upwards, rightwards or leftwards) and by a certain number of pixels.
Container scroll and Container scroll end
‘Container scroll’ and ‘Container scroll end’ are events triggered when a scrollable container starts scrolling and ends scrolling respectively.