回答編集履歴
3
forwardsを追加
answer
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
* `.css .sprite {...}` のルールセットを削除
|
2
|
-
* `.anime.ac {...}` のルールセットに `animation: play 1s steps(6) 1s;` を追加
|
2
|
+
* `.anime.ac {...}` のルールセットに `animation: play 1s steps(6) 1s forwards;` を追加
|
3
3
|
|
4
4
|
で意図どおりになるでしょうか。
|
5
5
|
|
2
.
answer
CHANGED
@@ -3,5 +3,5 @@
|
|
3
3
|
|
4
4
|
で意図どおりになるでしょうか。
|
5
5
|
|
6
|
-
質問内容にはあまり関係ありませんが、`-webkit-animation` や `@-webkit-keyframes` は今はまったく必要ありません。
|
6
|
+
質問内容にはあまり関係ありませんが、`-webkit-animation` や `@-webkit-keyframes` は今はまったく必要ありません。`animation` `@keyframes` だけでいいです。
|
7
7
|
|
1
.
answer
CHANGED
@@ -2,3 +2,6 @@
|
|
2
2
|
* `.anime.ac {...}` のルールセットに `animation: play 1s steps(6) 1s;` を追加
|
3
3
|
|
4
4
|
で意図どおりになるでしょうか。
|
5
|
+
|
6
|
+
質問内容にはあまり関係ありませんが、`-webkit-animation` や `@-webkit-keyframes` は今はまったく必要ありません。
|
7
|
+
|