Chrome 中的动画期间标记损坏 (jsfiddle)
这是 jsfiddle。
如果您在 Chrome 中打开它,选择一些元素,然后取消选择,您将看到以下问题:
Problem with markup while the Animation in Chrome http://img803.imageshack.us/img803/3980/013m.png
另外#selector
“跳转”于隐藏动画结束。这仅在 Chrome 中可见。我该如何解决这个问题?
Here is jsfiddle.
If you open it in Chrome, select some elements and then deselect you'll see the problem:
Problem with markup during animation in Chrome http://img803.imageshack.us/img803/3980/013m.png
Also #selector
"jumps" at the end of hide-animation. This is only seen in Chrome. How can I fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://jsfiddle.net/XYwGa/1/
@Oskar Krawczyk,根据您的风格重新混合:)
http://jsfiddle.net/XYwGa/1/
@Oskar Krawczyk, Remix with your styles :)
不确定动画结束时的抖动,但要解决动画向下移动的问题,请删除
li
元素的float: left
属性。Not sure about the jitter at the end of the animation, but to fix the issue with them moving down, remove the
float: left
property of theli
elements.