repeatDur
repeatDur 屿§æå®éå¤å¨ç»çæ»æç»æ¶é´ã
å¯å¨ä»¥ä¸ SVG å ç´ ä¸ä½¿ç¨è¯¥å±æ§ï¼
示ä¾
html
<svg viewBox="0 0 220 150" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="0" width="100" height="100">
<animate
attributeType="XML"
attributeName="y"
from="0"
to="50"
dur="1s"
repeatDur="5s" />
</rect>
<rect x="120" y="0" width="100" height="100">
<animate
attributeType="XML"
attributeName="y"
from="0"
to="50"
dur="1s"
repeatDur="indefinite" />
</rect>
</svg>
使ç¨è¯´æ
| å¼ |
<clock-value>
| indefinite
|
|---|---|
| é»è®¤å¼ | æ |
| å¯åæ§ | å¦ |
<clock-value>-
è¯¥å¼æå®éå¤å¨ç»çåç°æ¶é´çæç»æ¶é´ã
indefinite-
该å¼è¡¨ç¤ºå¨ç»å°æ éæéå¤ï¼å³ç´å°ææ¡£ç»æï¼ã
è§è
| Specification |
|---|
| SVG Animations Level 2 > # RepeatDurAttribute > |