gpt4 book ai didi

javascript - 闪烁某个图像

转载 作者:太空宇宙 更新时间:2023-11-03 20:50:11 25 4
gpt4 key购买 nike

您好,我想闪烁图像。有demo here .在我的网站上,它使所有图像都闪烁。我只想闪烁一个特定的图像。你知道怎么做吗?谢谢。

最佳答案

如果你检查它,闪烁在 css 中:

-moz-animation: blink normal 2s infinite ease-in-out;
-webkit-animation: blink normal 2s infinite ease-in-out;
-ms-animation: blink normal 2s infinite ease-in-out;
animation: blink normal 2s infinite ease-in-out;

关于javascript - 闪烁某个图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16769356/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com