« SVG Attribute reference home
This attribute specifies the minimum value of the active duration.
The default value for min
is 0. This does not constrain the active duration at all.
Usage context
Categories | Animation timing attribute |
---|---|
Value | <clock-value> |
Animatable | No |
Normative document | SVG 1.1 (2nd Edition) |
- <clock-value>
- Specifies the length of the simple duration. Value must be greater than 0. This value can be express within hours (
h
), minutes (m
), seconds (s
) or milliseconds (ms
). It's possible to combine those time representation to provide some complex durations like this:hh:mm:ss.iii
or like this:mm:ss.iii
Example
Elements
The following elements can use the min
attribute