Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「list-style-image」のCSS3線形遷移が必要です。Firefox用なので「-moz-」になります。
-moz-transition: list-style-image 0.2s linear;
上記のコードは機能しません。それも可能ですか?前もって感謝します。
いいえ。トランジションは通常、中間ステップを予測可能な方法で計算できるもの、つまり色または数値(px、em、一般的に)でのみ機能します。画像またはバイナリスタイルタイプ(display none / blockなど)はいずれかの値であり、遷移で使用する中間値はありません。