TyphonJS Runtime Library (FVTT) 0.2.0-next.1
  • svelte/transition
  • fly

Function fly

  • fly(node, __namedParameters?): TransitionConfig
  • Animates the x and y positions and the opacity of an element. in transitions animate from the provided values, passed as parameters to the element's default values. out transitions animate from the element's default values to the provided values.

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

    Parameters

    • node: Element
    • Optional__namedParameters: FlyParams

    Returns TransitionConfig

Settings

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