CSS 構文 アニメーション

関連タイピング
-
C++のようなもの。
プレイ回数1232英語長文1638打 -
日本語・英語・特殊記号全て、右手タイピング制覇をしたい人。
プレイ回数65371247打 -
タッチタイピングをマスターしたい方向けの問題です。
プレイ回数8334長文英字411打 -
プログラミングで良く使う英単語、構文のタイピングです!
プレイ回数2528短文英字429打 -
Next.js英単語タイピング(1分間ランダム)
プレイ回数113英語60秒 -
超ロングコマンドがたくさん流れてくるので時間がかかります。
プレイ回数806長文英字2139打 -
公開されている実践的な javascript プログラムです
プレイ回数967英語長文2780打 -
メソッド名やクラス名をタイピングしよう
プレイ回数129長文英字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;