AnimationOptions
Public TypeAlias
Signature
type AnimationOptions = Partial<{
  duration: number
  easing: typeof EASINGS.easeInOutCubic
}>
Public TypeAlias
type AnimationOptions = Partial<{
  duration: number
  easing: typeof EASINGS.easeInOutCubic
}>