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.
div の色をすばやく変更し、webkit アニメーションで移動する方法を見つけましたが、この方法で背景の不透明度をすばやく変更するにはどうすればよいですか? ページ全体に点滅効果を作成しようとしています。
animationbody/html タグに設定するだけです。
animation
body { -webkit-animation: myanimation 1s; animation: myanimation 1s; }
そして、キーフレームの作業を行います。