gpt4 book ai didi

css - 悬停时播放 CSS 动画,悬停时暂停

转载 作者:技术小花猫 更新时间:2023-10-29 10:36:44 26 4
gpt4 key购买 nike

我正在努力

  • 悬停时播放动画。
  • 悬停时暂停动画(即不要返回到第 0 帧)。

难道不能在父 div 上使用 -webkit-animation-play-state: paused; 吗?

查看 example here ,当您悬停时它会回到第 0 帧。

我不想使用 JS。

最佳答案

example jsfiddle

#tech 上设置播放状态暂停的动画

#tech {
-webkit-animation-play-state:paused;
-webkit-animation: moveSlideshow 10s linear infinite;
}

然后将播放状态更改为悬停运行

#tech:hover{
-webkit-animation-play-state:running;
}

关于css - 悬停时播放 CSS 动画,悬停时暂停,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8842374/

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