gpt4 book ai didi

css - 同一动画的多个计时功能

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

我可以为同一个动画放几个计时函数吗..

div{  
width:100px;
height:100px;
background:red;
position:relative;
animation:mymove 3s;
animation-iteration-count:2;
animation-timing-function: ease;}

@keyframes mymove{
0% {top:0px;}
25% {top:100px;}
100% {top:200px;}}

我希望它缓和从 0% 到 25% 和缓和从 25% 到 100%

最佳答案

您可以使用 animation-timing-function: cubic-bezier(n,n,n,n);

定义一个唯一值

此站点可帮助您对其进行自定义:http://cubic-bezier.com/

关于css - 同一动画的多个计时功能,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21243540/

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