Quantcast
Channel: CSSタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 8764

cssで回転アニメーション

$
0
0

・transform: rotate(1turn);というアニメーションを使うと要素が1回転する

.parent{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;}.anim{background-color:aqua;width:100px;height:100px;animation:rotate3slinearinfinite;}@keyframesrotate{100%{transform:rotate(1turn);}}
importReactfrom'react'import'./AnimPage.css'exportconstAnimPage=()=>{return(<><divclassName="parent"><divclassName="anim"></div></div></>)}

結果
ezgif.com-gif-maker.gif


Viewing all articles
Browse latest Browse all 8764

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>