Variable gsapEasingFuncConst

gsapEasingFunc: Readonly<{
    [key in GsapEasingFunctionName]: EasingFunction
}>

Provides an object of Gsap and Svelte easing functions that are preconfigured and registered with gsap. gsapEasingList is an index of all the function names that are available in the gsapEasingFunc object. You may use these functions with Gsap or Svelte.