示例
html
<svg viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg">
<circle cx="60" cy="10" r="10">
<animate
attributeName="cx"
dur="4s"
min="2s"
repeatCount="indefinite"
values="60 ; 110 ; 60 ; 10 ; 60"
keyTimes="0 ; 0.25 ; 0.5 ; 0.75 ; 1" />
<animate
attributeName="cy"
dur="4s"
min="2s"
repeatCount="indefinite"
values="10 ; 60 ; 110 ; 60 ; 10"
keyTimes="0 ; 0.25 ; 0.5 ; 0.75 ; 1" />
</circle>
</svg>
用法說明
| 值 |
<clock-value>
|
|---|---|
| 預設值 | 0 |
| 可動畫的 | 否 |
<clock-value>-
指定活動持續時間的最小值長度,以本地時間測量。該值必須大於 0。
規範
| 規範 |
|---|
| SVG 動畫級別 2 # MinAttribute |