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.
要素の :after の 'top' 属性を変更しようとしています。
CSS:
.mymessage:after { top:20px; }
どうすれば40pxにアニメーション化できますか?
疑似要素は DOM の一部ではないため、原則として Javascript ではアクセスできません。あなたができる最善の方法は、疑似要素の新しいルールを追加するスタイルシートをページに追加することです。