Expand/Collapse Menu

7,329
2
488
This is an expand/collapse menu example that can be created using container states.

Akis Ioannou

Get the position of a scrolling container

4,114
2
114
If you need to get the Y position of a vertically scrolling container, create a text box. Then on the container scroll trigger, set a variable that evaluates the numerical callback value from the event (Y position). Then add a callback that changes the text property of the text box by reading from the variable.

Todd Siegel

Next