Hierarchy

  • Animations

Methods

  • Animates transition from the current view to target view

    Parameters

    • distance: number
    • duration: number

      Duration of the transition in milliseconds

    • Optional direction: vec3

    Returns Promise<void>

  • Animates transition from the current view to target view. Animations are queued and execuded in sequence.

    Parameters

    • end: {
          height: number;
          mv: mat4;
      }

      Target model view matrix

      • height: number
      • mv: mat4
    • duration: number

      Duration of the transition in milliseconds

    • easing: EasingType = EasingType.SINUS2

    Returns Promise<void>

Constructors

Generated using TypeDoc