Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.3k views
in Technique[技术] by (71.8m points)

gif重新开始播放问题

.class{
    background: url(../../../static/login/jc_quan_small_bd.gif) no-repeat;
}

我有这样一个gif,第一遍鼠标触发显示class,gif运行了动画,当我第二遍触发鼠标显示class时,gif没有动画了,我想要它重新再执行一遍动画效果。
请教大神,有没有什么好的解决办法。


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
:style="'background: url(../../../static/login/jc_quan_small_bd.gif'+new Date().getTime()+') no-repeat;'"

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...