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 动画移动的方法,但是你怎么能以这种方式快速改变背景不透明度呢?我正在尝试为整个页面创建闪烁效果。
只需animation在您的 body/html 标签中设置。
animation
body { -webkit-animation: myanimation 1s; animation: myanimation 1s; }
然后做你的关键帧的东西。