furo-ui5-show-hide #
@furo/ui5 v1.18.0
import '@furo/ui5/src/furo-ui5-show-hide.js';
exports <furo-ui5-show-hide>
custom-element-definition
superclass LitElement
mixes FBP
Summary: Animated content hider
Description #
furo-ui5-show-hide
Animated content hider
Attributes and Properties #
isHidden #
Set is-hiddden to start in a closed state. The name is used by intention, to avoid css trouble with
a global [hidden]{display:none}
.
hideOnFalse #
default: false
_clientHeight #
default: 0
_hidden #
default: false
Methods #
hide #
hide() ⟹ void
*
→
fn-hide
Hides the content.
show #
show() ⟹ void
*
→
fn-show
Shows the content.
toggle #
toggle() ⟹ void
*
→
fn-toggle
Toggle the current visibility state..