ビデオ: Slick web animations -- Polycasts #23 2025
ダミーのチートシートの子供のためのJavaScriptの部分
CSSプロパティ名をJavaScriptに変換できます。ただし、これを行う予定がある場合は、覚えておくべきことがいくつかあります。 JavaScriptでスタイルを変更する場合、いくつかの簡単なルールがあります。
-
CSSプロパティが1ワード(高さなど)の場合、そのまま残ります。
-
CSSプロパティが複数の単語で、ダッシュで区切られている場合は、camelCaseに変換されます。
<! - 1 - >
CSSからJavaScriptへのプロパティ名変換の完全なリファレンスです。
backgroundColor | background-image |
---|---|
backgroundImage | backgroundColor |
backgroundColor | backgroundColor |
backgroundColor | > background-position |
background-repeat | background-repeat |
backgroundRepeat | border |
border | border-bottom |
borderBottom | border-bottom-color |
borderBottomColor > border-bottom-style | borderBottomStyle |
border-bottom-width | borderBottomWidth |
border-color | borderColor |
border-left | borderLeft |
border-left-color | borderLeftColor |
border-left-style | borderLeftStyle |
border-left-width | borderLeftWidth |
border-right | borderRight |
border-right-color | borderRightColor |
border-right-style | borderRightStyle |
border-right-width | borderRightWidth |
border-style | borderStyle |
border-top | borderTop |
border-top -color | borderTopColor |
border-top-style | borderTopStyle |
border-t clear | clip |
clip | color |
color | カーソル |
border-width | border-width < 表示 |
表示 | フィルタ |
フィルタ | 浮動小数点 |
cssFloat | フォント |
フォント | フォントファミリ |
fontFamily | fontSize |
font-variant | font-variant |
font-weight | fontWeight |
height | height |
left | left |
letter-spacing | letterSpacing |
listStylePosition | list-style-type |
list-style-type | list-style-style |
list-style-style < 余白余白余白余白余白余白余白余白余白余白 padding-bottom | paddingBottom |
padding-left | paddingLeft |
padding-right | paddingRight |
padding-top | paddingTop |
page-break-after | pageBreakAfter |
page-brea textDecoration | text-decoration:点滅 |
textDecorationBlink | pageBreakBefore |
位置 | 位置< |
textDecorationLineThrough | text-decoration:none |
textDecorationNone | text-decoration:overline |
textDecorationOverline | テキストの装飾:下線 |
textDecorationUnderline | text-indent |
textIndent | text-transform |
textTransform | 上 |
上 | 縦一列 |
verticalAlign | 可視性 |
可視性 | 幅 |
幅 | z-インデックス |
zインデックス |
![]() |