DiviAreaItem.setVisible(state, onDone)
This is an internal method that should not be used in third-party scripts.
Mark the area as visible or not-visible.
This method also adds or removes event handlers.
Params
state
- Whether to show (true) or hide (false) the Area.
onDone
- Function to call after the animation is done.
Returns
A reference to the current DiviAreaitem
for chaining.
Notes
No notes