Container

Overview
The Container module is an unopinionated blank slate module that can be used as a parent module for more descriptive modules.
Properties
Style attribute String, css style property input Can be used to set container width, height, background and other CSS attributes to customize the container.
Nodes
Listeners
Container:scrollTo
Scroll to behavior that can be triggered that passes metadata to dictate what type of scroll behavior
Parameters
scrollX
scrollY
anchorElId
elementId
Example:
meta: {
scrollX: '10',
scrollY: '50',
anchorElId: '', // anchor element id
elementId: '', // element id
}
Container:animationState
Animation behavior state
Parameters
stateName
Last updated
Was this helpful?