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

Function fade

  • fade(node: Element, __namedParameters?: FadeParams): TransitionConfig
  • Animates the opacity of an element from 0 to the current opacity for in transitions and from the current opacity to 0 for out transitions.

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

    Parameters

    • node: Element
    • Optional__namedParameters: FadeParams

    Returns TransitionConfig

Settings

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