简单的 CSS3 动画使滚动变得不稳定
我正在尝试在我正在构建的网页上使用 CSS3 制作一个非常简单的动画,我想要的只是旋转一个具有透明度的 png 文件。我让它旋转,但页面滚动现在断断续续,您对如何解决这个问题有什么建议吗?
jsfiddle: http://jsfiddle.net/hybam/SaNbb/1/
网站(早期阶段开发):http://fractale.es/boilerplate/
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. 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/
website (early stage of development): http://fractale.es/boilerplate/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在包含的 div 上设置
overflow:hidden
。我不确定是否完全理解这个问题。Set
overflow: hidden
on the containing div. I'm not sure if understand the problem fully.