Interface IToProps

Hierarchy

  • IToProps

Properties

duration?: TDuration

Duration of the animation (in ms or function). Default is 500.

onEnd?: (() => void)

Type declaration

    • (): void
    • Callback to be fired when the animation ends

      Returns void

onProgress?: ((props) => void)

Type declaration

value: number

Target progress value