TyphonJS Runtime Library (FVTT) 0.3.0
  • #runtime/svelte/animate/gsap
  • draggableGsap
  • options

Function options

  • options(
        options: {
            inertia?: boolean;
            inertiaOptions?: GsapInertiaOptions;
            tween?: boolean;
            tweenOptions?: GsapTweenOptions;
        },
    ): DraggableGsapOptionsStore
  • Define a function to get an DraggableGsapOptionsStore instance.

    Parameters

    • options: {
          inertia?: boolean;
          inertiaOptions?: GsapInertiaOptions;
          tween?: boolean;
          tweenOptions?: GsapTweenOptions;
      }

      Initial options for DraggableGsapOptionsStore.

    Returns DraggableGsapOptionsStore

    A new options instance.

Settings

Member Visibility
Demo - Essential Svelte ESM
TyphonJS Runtime Library (FVTT) 0.3.0