HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

paced

animate calcMode

Description

The paced value for SVG specifies interpolation to produce an even pace of change across the animation.

If paced is specified, any keyTimes or keySplines will be ignored. Authors are discouraged from using paced animation on types that do not have a distance function defined, due to its unpredictable behavior in some user agents.

Syntax

paced

Examples

animateMotion calcMode

Description

The paced value for SVG specifies interpolation to produce an even pace of change across the animation.

If paced is specified, any keyTimes or keySplines will be ignored. Authors are discouraged from using paced animation on types that do not have a distance function defined, due to its unpredictable behavior in some user agents.

Syntax

paced

Examples