Lines Matching refs:repeatCount

28 | repeatCount | <number \| indefinite> | 1 | 否 | 设置动画播放的次数,默认无限次播放(indefinite),可通过设…
46 ….25;0.75;1" keySplines="0.5 0 0.5 1; 0.5 0 0.5 1; 0.5 0 0.5 1" dur="1000" repeatCount="indefinite">
62 … <animate attributeName="fill" from="red" to="blue" dur="1000" repeatCount="indefinite"></animate>
63 …<animate attributeName="height" from="50" to="150" begin="500" end="1000" repeatCount="indefinite"…
78 …<animate attributeName="rx" values="0;30" dur="1000" repeatCount="indefinite" fill="freeze" calcMo…
93 <animate attributeName="r" from="0" to="50" dur="2000" repeatCount="indefinite"></animate>
94 <animate attributeName="cx" from="60" to="200" dur="2000" repeatCount="indefinite"></animate>
97 …uteName="stroke-width" from="4" to="10" calcMode="discrete" dur="2000" repeatCount="indefinite"></…
98 … <animate attributeName="stroke" values="red;blue" dur="2000" repeatCount="indefinite"></animate>
101 …<animate attributeName="stroke-opacity" from="1.0" to="0.5" dur="2000" repeatCount="indefinite"></…
102 …<animate attributeName="stroke-dashoffset" values="30;0;30" dur="500" repeatCount="indefinite"></a…
103 <animate attributeName="cx" from="180" to="400" dur="2000" repeatCount="indefinite"></animate>
106 <animate attributeName="cx" from="180" to="400" dur="2000" repeatCount="indefinite"></animate>
109 <animate attributeName="fill" values="red;blue" dur="2000" repeatCount="indefinite"></animate>
112 …<animate attributeName="fill-opacity" from="1.0" to="0.5" dur="2000" repeatCount="indefinite"></an…