質問するログイン新規登録

回答編集履歴

3

forwardsを追加

2025/08/22 07:31

投稿

int32_t
int32_t

スコア21985

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

.

2025/08/22 07:06

投稿

int32_t
int32_t

スコア21985

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

.

2025/08/22 07:04

投稿

int32_t
int32_t

スコア21985

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
+