WebCell
    Preparing search index...

    Class AnimateCSS

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    • Returns AnimateCSS

    Properties

    component: FC<WebCellProps>
    emit: (event: string, detail?: any, option?: EventInit) => boolean
    internals: ElementInternals
    mounted: boolean
    mountedCallback?: () => any

    Called at first time of DOM tree updated

    props: AnimateCSSProps & DataObject & Pick<VNode, "key" | "is" | "ref"> & Omit<
        Partial<
            ARIAMixin & EventHandlers<HTMLElement, HTMLElementEventMap> & DOMProps_Read2Write<
                Pick<
                    HTMLElement,
                    | "tagName"
                    | "slot"
                    | "accessKey"
                    | "accessKeyLabel"
                    | "autocapitalize"
                    | "autocorrect"
                    | "dir"
                    | "draggable"
                    | "hidden"
                    | "inert"
                    | "innerText"
                    | "lang"
                    | "offsetHeight"
                    | "offsetLeft"
                    | "offsetParent"
                    | "offsetTop"
                    | "offsetWidth"
                    | "outerText"
                    | "popover"
                    | "spellcheck"
                    | "title"
                    | "translate"
                    | "writingSuggestions"
                    | "attributes"
                    | "classList"
                    | "className"
                    | "clientHeight"
                    | "clientLeft"
                    | "clientTop"
                    | "clientWidth"
                    | "currentCSSZoom"
                    | "id"
                    | "innerHTML"
                    | "localName"
                    | "namespaceURI"
                    | "outerHTML"
                    | "part"
                    | "prefix"
                    | "scrollHeight"
                    | "scrollLeft"
                    | "scrollTop"
                    | "scrollWidth"
                    | "shadowRoot"
                    | "ariaActiveDescendantElement"
                    | "ariaAtomic"
                    | "ariaAutoComplete"
                    | "ariaBrailleLabel"
                    | "ariaBrailleRoleDescription"
                    | "ariaBusy"
                    | "ariaChecked"
                    | "ariaColCount"
                    | "ariaColIndex"
                    | "ariaColIndexText"
                    | "ariaColSpan"
                    | "ariaControlsElements"
                    | "ariaCurrent"
                    | "ariaDescribedByElements"
                    | "ariaDescription"
                    | "ariaDetailsElements"
                    | "ariaDisabled"
                    | "ariaErrorMessageElements"
                    | "ariaExpanded"
                    | "ariaFlowToElements"
                    | "ariaHasPopup"
                    | "ariaHidden"
                    | "ariaInvalid"
                    | "ariaKeyShortcuts"
                    | "ariaLabel"
                    | "ariaLabelledByElements"
                    | "ariaLevel"
                    | "ariaLive"
                    | "ariaModal"
                    | "ariaMultiLine"
                    | "ariaMultiSelectable"
                    | "ariaOrientation"
                    | "ariaOwnsElements"
                    | "ariaPlaceholder"
                    | "ariaPosInSet"
                    | "ariaPressed"
                    | "ariaReadOnly"
                    | "ariaRelevant"
                    | "ariaRequired"
                    | "ariaRoleDescription"
                    | "ariaRowCount"
                    | "ariaRowIndex"
                    | "ariaRowIndexText"
                    | "ariaRowSpan"
                    | "ariaSelected"
                    | "ariaSetSize"
                    | "ariaSort"
                    | "ariaValueMax"
                    | "ariaValueMin"
                    | "ariaValueNow"
                    | "ariaValueText"
                    | "role"
                    | "nextElementSibling"
                    | "previousElementSibling"
                    | "childElementCount"
                    | "children"
                    | "firstElementChild"
                    | "lastElementChild"
                    | "assignedSlot"
                    | "attributeStyleMap"
                    | "style"
                    | "contentEditable"
                    | "enterKeyHint"
                    | "inputMode"
                    | "isContentEditable"
                    | "autofocus"
                    | "dataset"
                    | "nonce"
                    | "tabIndex",
                >,
            >,
        >,
        "children",
    > & {}
    renderer: DOMRenderer
    root: ParentNode
    update: () => Promise<void>
    updatedCallback?: () => any

    Called at DOM tree updated

    Accessors

    playing: any
    type: any

    Methods