Pathfinder 1e for Foundry VTT
    Preparing search index...

    Function slideUp

    • Slide Up

      Parameters

      • elem: HTMLElement

        Element to animate

      • options: { animate?: boolean; duration?: number; remove?: boolean } = {}

        Additional options

        • Optionalanimate?: boolean

          Indicate whether animation should be skipped or executed. Same as setting duration of zero.

        • Optionalduration?: number

          Duration in milliseconds for the animation to last.

        • Optionalremove?: boolean

          Remove the element at the end of the animation

      Returns Animation

      • Created animation