accelerate * |
Defines a simple acceleration of time for the element. Legal values are floating point values between 0 and 1 (inclusive). The default value is 0 (no acceleration). |
attributeName * |
Specifies the name of the target attribute. |
attributeType *
|
Specifies the namespace in which the target attribute and its associated values are defined. |
Acceptable values:
Value |
Description |
CSS |
This specifies that the value of attributeName is the name of a CSS property, as defined for the host document. |
XML |
This specifies that the value of "attributeName" is the name of an XML attribute defined in the default XML namespace for the target element. |
auto |
The implementation should match the attributeName to an attribute for the target element. This is the default. |
|
autoReverse *
|
Controls autoReverse playback mode. |
Acceptable values:
Value |
Description |
true |
Reverse playing. |
false |
Do not reverse playing. This is the default. |
|
begin * |
Defines when the element becomes active. |
decelerate * |
Defines a simple deceleration of time for the element. Legal values are floating point values between 0 and 1 (inclusive). The default value is 0 (no deceleration). |
dur * |
Specifies the simple duration. |
end * |
Defines an end value for the element that may constrain the active duration. |
fill *
|
The fill attribute allows an author to specify that an element should be extended beyond the active duration by freezing the final state of the element. |
Acceptable values:
Value |
Description |
remove |
Specifies that the element will not extend past the end of the last instance of the simple duration. |
freeze |
Specifies that the element will extend past the end of the last instance of the simple duration by "freezing" the element state at that point. |
hold |
Setting this to "hold" has the same effect as setting to "freeze", except that the element is always frozen to extend to the end of the simple duration of the parent time container of the element (independent of the type of time container). |
|
repeatCount * |
Specifies the number of iterations of the simple duration (Numeric value). When set to "indefinite" the element is defined to repeat indefinitely |
repeatDur * |
Specifies the total duration for repeat (Clock value). When set to "indefinite" the element is defined to repeat indefinitely |
speed * |
The speed attribute controls the local playback speed of an element, to speed up or slow down the effective rate of play relative to the parent time container. |
targetElement * |
This attribute specifies the target element to be animated. |
to |
Specifies the value for the target attribute during the active duration of the set element. |