「テンプレート:動き/style.css」の版間の差分

ページの作成:「div { position: absolute; } .bound { animation: bound .3s ease infinite alternate; } @keyframes bound { 0% {transform: translateY(25px);} 100% {transform: translateY(-25px);} } .updown { animation: updown .3s linear infinite alternate; } @keyframes updown { 0% {transform: translateY(25px);} 100% {transform: translateY(-25px);} } .spin1 { animation: spin1 .9s linear infinite normal; } @keyframes spin1 { 0% {transform: rotate(0deg);} 100% {transfor…」
(ページの作成:「div { position: absolute; } .bound { animation: bound .3s ease infinite alternate; } @keyframes bound { 0% {transform: translateY(25px);} 100% {transform: translateY(-25px);} } .updown { animation: updown .3s linear infinite alternate; } @keyframes updown { 0% {transform: translateY(25px);} 100% {transform: translateY(-25px);} } .spin1 { animation: spin1 .9s linear infinite normal; } @keyframes spin1 { 0% {transform: rotate(0deg);} 100% {transfor…」)
(相違点なし)
8,829

回編集