简体   繁体   English

简单的CSS3动画使滚动变得不稳定

[英]Simple CSS3 animation makes scrolling choppy

I'm trying to make a very simple animation with CSS3 on a webpage I'm building, all I want is to spin a png file with transparency. 我正在尝试使用CSS3在正在构建的网页上制作非常简单的动画,我想要做的只是旋转透明的png文件。 I got it to spin but the scrolling of the page now is choppy, do you have any tip on how to solve this? 我旋转了它,但是页面的滚动现在不连贯,您对如何解决这个问题有任何建议吗?

jsfiddle: http://jsfiddle.net/hybam/SaNbb/1/ jsfiddle: http : //jsfiddle.net/hybam/SaNbb/1/

website (early stage of development): http://fractale.es/boilerplate/ 网站(开发的早期阶段): http : //fractale.es/boilerplate/

Set overflow: hidden on the containing div. 设置overflow: hidden在包含div上。 I'm not sure if understand the problem fully. 我不确定是否完全了解问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM