The docs are now back up again and better than ever!
Check them out here.
hide
Removes a displayable asset from the stage.
It is important to note that the "slide" effect will NOT alter the assets position. Instead, it will translate it for exactly the width and height of the stage, make it invisible and then put it back on the old position.
Usage
Attributes
- asset: The asset to remove from the stage.
- effect: The effect to be used for removing the asset. One of: "slide", "fade"
- duration: The number of milliseconds the effect will take until the element is fully removed.
- direction: (Only on "slide" effect) The direction in which the element should slide: "left", "right", "top", "bottom"
- easing: See [[language:attributes:easing|easing]]
- ifvar: See conditionals
- ifvalue: See conditionals
ifnot: See conditionals
Parents
Children
- none; empty element
