Skip to main content
Version: 0.8.3

animate

Callable

  • animate(value: string, easing?: string | (number: any) => number): UniformProducer<any>

  • @example
    animate("0s 100, 0.5s 200", "elastic");