gpt4 book ai didi

jquery - CSS3动画,原地踏步

转载 作者:行者123 更新时间:2023-11-28 13:32:43 24 4
gpt4 key购买 nike

我正在使用以下动画:

.wheel1anim {
-webkit-animation-name: wheel1go;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
-webkit-animation-direction: normal;
-webkit-animation-delay: 0;
-webkit-animation-play-state: running;
-webkit-animation-duration: 1s;
}

@-webkit-keyframes wheel1go {
0% {
}
100% {
-webkit-transform: translate(200px, 150px);
}
}

动画效果很好,但是一旦动画结束,元素就会从它被动画到的位置移动到它的默认位置

有没有办法让它留在原地?

最佳答案

你可以在 .wheel1anim 中添加一行:

-webkit-animation-fill-mode:both;

关于jquery - CSS3动画,原地踏步,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11025347/

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