CSS 構文 アニメーション
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | mh | 3196 | すごいね! | 3.2 | 98.0% | 272.8 | 890 | 18 | 27 | 2025/12/03 |
関連タイピング
-
JavaScriptの暗記用です
プレイ回数4603英語長文913打 -
JAVAの練習用です。
プレイ回数1525長文120秒 -
html5暗記用 <>を省いています
プレイ回数690英語長文694打 -
スクラッチのブロックを20個打ってください!!!
プレイ回数179357打 -
超ロングコマンドがたくさん流れてくるので時間がかかります。
プレイ回数961長文英字2139打 -
Pyhonのプログラミングで使いそうな単語・記号を集めました
プレイ回数733英語短文30秒 -
ホームポジションが自然と身につく!
プレイ回数863短文60秒 -
キーボードにある記号全て使います!!
プレイ回数3349英語60秒
問題文
(@keyframes name-1{from{color:lime;}to{color:red;}})
@keyframes name-1{from{color:lime;}to{color:red;}}
(animation-name:name-1;)
animation-name:name-1;
(animation-duration:5.5s;)
animation-duration:5.5s;
(animation-timing-function:linear;)
animation-timing-function:linear;
(animation-timing-function:ease;)
animation-timing-function:ease;
(animation-timing-function:ease-in;)
animation-timing-function:ease-in;
(animation-timing-function:ease-out;)
animation-timing-function:ease-out;
(animation-timing-function:ease-in-out;)
animation-timing-function:ease-in-out;
(animation-timing-function:step-start;)
animation-timing-function:step-start;
(animation-timing-function:step-end;)
animation-timing-function:step-end;
(animation-timing-function:steps(5,start);)
animation-timing-function:steps(5,start);
(animation-timing-function:steps(6,end);)
animation-timing-function:steps(6,end);
(animation-timing-function:cubic-bezier(x,y,xx,yy);)
animation-timing-function:cubic-bezier(x,y,xx,yy);
(animation-delay:1s;)
animation-delay:1s;
(animation-iteration-count:1;)
animation-iteration-count:1;
(animation-iteration-count:infinite;)
animation-iteration-count:infinite;
(animation-direction:normal;)
animation-direction:normal;
(animation-direction:reverse;)
animation-direction:reverse;
(animation-direction:alternate;)
animation-direction:alternate;
(animation-direction:alternate-reverse;)
animation-direction:alternate-reverse;
(animation-fill-mode:none;)
animation-fill-mode:none;
(animation-fill-mode:forwards;)
animation-fill-mode:forwards;
(animation-fill-mode:backwards;)
animation-fill-mode:backwards;
(animation-fill-mode:both;)
animation-fill-mode:both;
(animation:name-1 5s ease 1s infinite reverse both;)
animation:name-1 5s ease 1s infinite reverse both;
(animation-play-state:paused;)
animation-play-state:paused;
(animation-play-state:running;)
animation-play-state:running;