AnimationEffect.updateTiming()

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The updateTiming() method of the AnimationEffect interface updates the specified timing properties for an animation effect.

Syntax

animation.updateTiming(timing);

Parameters

timing

An object containing the timing properties to update.

Return Value

None.

Specifications

Specification
Web Animations
# dom-animationeffect-updatetiming

Browser compatibility

BCD tables only load in the browser

See also