CSS 構文 アニメーション

すごいっす。。
順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | hakushak | 4457 | スペシャリスト! | 4.7 | 94.0% | 187.1 | 890 | 56 | 27 | 2021/01/11 |
2 | hasshi | 3319 | プロフェッショナル! | 3.4 | 96.9% | 259.7 | 890 | 28 | 27 | 2021/02/23 |
3 | mh | 2973 | すごいね! | 3.0 | 96.4% | 288.2 | 890 | 33 | 27 | 2021/01/08 |
関連タイピング
-
HTML&CSSを忘れないために
プレイ回数3629英語長文759打 -
タイピングをマスターしたい方向けの問題です。
プレイ回数15964長文302打 -
PHP、JavaScript等様々な言語から出題!
プレイ回数1370長文60秒 -
タッチタイピングをマスターしたい方向けの問題です。
プレイ回数3439長文英字411打 -
C言語を写経で覚える
プレイ回数3990英語長文1313打 -
HTML5とCSS3を学ぼう
プレイ回数21092長文869打
問題文
(@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;
◆コメントを投稿
※他者を中傷したり、公序良俗に反するコメント、宣伝行為はしないでください。
※このゲームにコメントするにはログインが必要です。