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.
我开始<progress>在项目中使用 HTML5 元素。我注意到元素的动画是抖动的,但是在使用 jQuery 动画(例如淡入淡出)时,栏的动画会非常流畅。有人知道为什么会这样吗?
<progress>
例子
以防万一有人回过头来,HTML5 进度条的外观会根据您使用的操作系统/浏览器而波动。如果你像我一样,在带有 Chrome 的 Ubuntu 机器上,你会发现默认的进度动画会跳过它们。不知何故,jQuery 动画允许它流畅地渲染。
为什么在 Ubuntu/Chrome 上这样做我不知道。