gpt4 book ai didi

css - SVG stroke-dashoffset 不适用于 safari

转载 作者:行者123 更新时间:2023-11-27 23:26:45 27 4
gpt4 key购买 nike

即使我添加 -webkit- 前缀,Stroke-dashoffset 也无法在 safari 上运行。请帮我。谢谢!....

这是我的示例代码....

#path1 {
stroke-dasharray: 500;
-webkit-animation: dash 2s ease;
animation: dash 2s ease;
display:inline-block;
}
.path2 {
stroke-dasharray: 500;
-webkit-animation: dash 2s ease;
animation: dash 2s ease;
display:inline-block;
}

@keyframes dash {
from {
stroke-dashoffset: -500;
}
}

@-webkit-keyframes dash {
from {
stroke-dashoffset: -500;
}
}

最佳答案

Safari不支持负stroke-dashoffset......

关于css - SVG stroke-dashoffset 不适用于 safari,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57740625/

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