TyphonJS Runtime Library (FVTT) 0.2.0-next.1
  • #runtime/svelte/animate/gsap
  • draggableGsap
  • options

Function options

  • options(options): DraggableGsapOptionsStore
  • Define a function to get an DraggableGsapOptionsStore instance.

    Parameters

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

      Initial options for DraggableGsapOptionsStore.

      • Optionalinertia?: boolean
      • OptionalinertiaOptions?: GsapInertiaOptions
      • Optionaltween?: boolean
      • OptionaltweenOptions?: GsapTweenOptions

    Returns DraggableGsapOptionsStore

    A new options instance.

Settings

Member Visibility
Demo - Essential Svelte ESM
TyphonJS Runtime Library (FVTT) 0.2.0-next.1