Options
All
  • Public
  • Public/Protected
  • All
Menu
see

``

since

1.8

Type Parameters

  • TElement

Hierarchy

  • Tween

Index

Properties

easing: string

The easing used

see

``

since

1.8

elem: TElement

The element being animated

see

``

since

1.8

end: number

The ending value of the tween

see

``

since

1.8

now: number

The current value of the tween

see

``

since

1.8

options: EffectsOptions<TElement>

A reference to the animation options

see

``

since

1.8

pos?: number
prop: string

The property being animated

see

``

since

1.8

start: number

The starting value of the tween

see

``

since

1.8

unit: string

The CSS unit for the tween

see

``

since

1.8

Methods

  • cur(): any
  • Reads the current value for property from the element

    see

    ``

    since

    1.8

    Returns any

  • run(progress: number): Tween<TElement>
  • Updates the value for the property on the animated elemd.

    see

    ``

    since

    1.8

    Parameters

    • progress: number

      A number from 0 to 1.

    Returns Tween<TElement>

Generated using TypeDoc