如何创建类似 Google +1 按钮悬停时的闪烁动画

发布于 2024-11-28 07:02:25 字数 132 浏览 0 评论 0原文

在 Google 上,将鼠标移到淡出的 +1 按钮上。您会注意到图像带有某种闪烁的动画效果吗?就像一道光穿过图像。他们为此使用图像,但我想知道如何在 CSS3 中执行此操作。关于悬停有什么想法吗?另外,有人知道这个效果叫什么吗?

谢谢

On Google, move your mouse over the faded out +1 button. You'll notice the image animates with a type of glimmer? Like a light going across the image. They are using an image for this but I'd like to know how to do this in CSS3. Any ideas for on hover? Also, anyone know what this effect is called?

Thanks

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

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

发布评论

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

评论(1

做个少女永远怀春 2024-12-05 07:02:25

在他们的例子中,他们使用一个精灵,然后通过它制作动画。
Google Sprite

不幸的是,尚无法对 css3 渐变进行动画处理,并且背景位置似乎对其没有任何影响。目前您只需要处理图像即可。

In their case, they are using a sprite, and then animating through it.
Google Sprite

Unfortunately, it's not yet possible to animate css3 gradients, and background-position seems to have no effect on it. You'll just have to do with images at the moment.

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