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

keyTimes

animate

Description

The keyTimes attribute for SVG specifies a semicolon-separated list of time values used to control the pacing of the animation.

Each time in the list corresponds to a value in the values attribute list, and defines when the value is used in the animation function. Each time value in the keyTimes list is specified as a floating point value between 0 and 1 (inclusive), representing a proportional offset into the simple duration of the animation element.

Syntax

Value

<number> [; <number>]* ;?

Default

(none)

Examples

<number>

by

calcMode

from

keySplines

to

values

World Wide Web Consortium (W3C)

HomeMenu