TyphonJS Runtime Library (FVTT) 0.3.0
  • svelte/transition
  • scale

Function scale

  • scale(node: Element, __namedParameters?: ScaleParams): TransitionConfig
  • Animates the opacity and scale of an element. in transitions animate from an element's current (default) values to the provided values, passed as parameters. out transitions animate from the provided values to an element's default values.

    https://svelte.dev/docs/svelte-transition#scale

    Parameters

    • node: Element
    • Optional__namedParameters: ScaleParams

    Returns TransitionConfig

Settings

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