gpt4 book ai didi

css - 为什么动画内容在 Firefox 中不起作用?

转载 作者:太空宇宙 更新时间:2023-11-03 22:56:31 24 4
gpt4 key购买 nike

为什么以下动画在 Chrome 中有效,但在 Firefox 中无效?

HTML:

<button>Loading</button>

CSS:

button {
width: 70px;
text-align: left;
}

button:after {
content: '';
animation: dots 1s infinite;
}

@keyframes dots {
0% { content: ''; }
25% { content: '.'; }
50% { content: '..'; }
75% { content: '...'; }
}

Playground

最佳答案

因为规范不允许 content to be animated .

关于css - 为什么动画内容在 Firefox 中不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38193777/

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