We are in the process of researching what new triggers we need to add to our web application designer to make it more flexible.
As of know we want to add this list of triggers:
- onScroll (Page, Layout) - fires on scroll events, returns current scroll in px
- onKeyDown (Page, Layout) - useful for hot-keys detection, TBD
- onEnterViewport (UI Element) - fires when UI element is in the viewport
- onExitViewport (UI Element) - fires when UI element left the viewport
- onViewportIntersection (UI Element) - on any viewport intersection change
Please propose your triggers and we will add them.