回答編集履歴
1
コード修正
test
CHANGED
@@ -26,6 +26,12 @@
|
|
26
26
|
|
27
27
|
```html
|
28
28
|
|
29
|
+
<input type="button" value="10秒に針を合わせる"
|
30
|
+
|
31
|
+
onclick="aaa.style.animation='none';
|
32
|
+
|
33
|
+
void aaa.offsetWidth;
|
34
|
+
|
29
|
-
|
35
|
+
aaa.style.animation='tick 60s infinite -50s linear'">
|
30
36
|
|
31
37
|
```
|