Interface SpeedSettings<TElement>

Type parameters

  • TElement

Hierarchy

  • SpeedSettings

Index

Properties

Methods

Properties

Optional duration

duration: Duration

A string or number determining how long the animation will run.

Optional easing

easing: string

A string indicating which easing function to use for the transition.

Methods

Optional complete

  • complete(this: TElement): void
  • A function to call once the animation is complete.

    Parameters

    • this: TElement

    Returns void