Aberdeen - v1.0.3
    Preparing search index...

    Function shrink

    • Do a shrink transition for the given element, and remove it from the DOM afterwards. This is meant to be used as a handler for the destroy property.

      Parameters

      • el: HTMLElement

        The element to transition and remove.

        The transition doesn't look great for table elements, and may have problems for other specific cases as well.

      Returns Promise<void>