如何根据加载的视频/图像的百分比制作加载器 gif 动画?

发布于 2024-12-19 11:16:13 字数 146 浏览 0 评论 0原文

我需要为加载圆 1 整轮制作动画,并随着图像的加载而进行。它应该在加载开始时开始回合装载完成后完成一轮。

我怎样才能做到这一点?

在此处输入图像描述

I need to animate a loading circle 1 complete round progressing with the loading of image . It should start the round when loading starts & complete one round when the loading is done.

How can I do that ?

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

变身佩奇 2024-12-26 11:16:13

据我所知,这是不可能的 - 浏览器不会返回任何有关 HTML 图像加载进度的实时信息,而您可以使用这些信息来驱动动画。

它所返回的只是可以附加到图像的 load 事件。当图像完全加载时,它将触发。

As far as I can see, this is not possible - the browser doesn't return any live information about the loading progress of a HTML image that you could use to power an animation.

All it does return is the load event that you can attach to an image. That will fire when an image is completely loaded.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文