gpt4 book ai didi

svg - SVG 上的 stroke-width 可以设置动画吗?

转载 作者:行者123 更新时间:2023-12-04 14:34:47 25 4
gpt4 key购买 nike

我尝试像这样为 SVG 的宽度设置动画,但没有成功

通常我可以有多条线,但我可以让它们更粗/更细吗?

.swidth {
animation: hideshow 5s ease infinite;
}

@keyframes hideshow {
from { stroke-width="2"; }
to { stroke-width="6;"; }
}

最佳答案

它是 @keyframes 中的 CSS 语法,类似于:

@keyframes hideshow {
from { stroke-width: 2; }
to { stroke-width: 6; }
}

关于svg - SVG 上的 stroke-width 可以设置动画吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24660555/

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