Function hideAndRemoveElement

It will hideElement and then remove it from the DOM.

  • Parameters

    • element: Element
    • delay: number = 0
    • Optionaloptions: { ignoreMove?: boolean }
      • OptionalignoreMove?: boolean

        If true, the DOM watcher instances will ignore the operation of replacing the element (so as to not trigger relevant callbacks).

    Returns Promise<void>

MMNEPVFCICPMFPCPTTAAATR