【发布时间】:2023-04-08 16:17:01
【问题描述】:
请看下面:
@-webkit-keyframes myfirst /* Safari and Chrome */
{
0% { height:200px; }
50% {opacity:1}
50% {height:300px; opacity: 0; }
}
我想在动画中仅将对象淡出 50%。不是一开始。这目前不做任何不透明动画。
【问题讨论】:
标签: html css web-deployment css-animations