掲載されているプロパティ一覧
ここにあるプロパティはtransitionを指定できます。
- background-color
- background-position
- background-size
- border-radius
- border-width
- box-shadow
- color
- font-size
- width
- height
- letter-spacing
- line-height
- opacity
- outline
- text-indent
- text-shadow
- top
- transform
- transform-origin
無意味な指定とは
span{
width : 100px;
height : 100px }
上記の指定は無駄な指定です。span はインライン要素ですので幅と高さの指定は無意味なのです。このような指定はブラウザのレンダリングパフォーマンスを損ないます。
0 件のコメント:
コメントを投稿