gpt4 book ai didi

html - 没有样式脚本的 CSS、HTML @-webkit-keyframes

转载 作者:行者123 更新时间:2023-11-28 15:43:36 25 4
gpt4 key购买 nike

无论如何不使用样式脚本在元素中包含@-webkit-keyframes,例如:

<div style="@-webkit-keyframes {...}">
...
</div>

代替:

<div class="anim">
...
</div>

<style>
@-webkit-keyframes anim {
...
}

...
</style>

???

最佳答案

使用许多方括号 {} 并且 html 中的样式不适用于 clamps {}

style="color:red;width:20em;position:absolute"

<p class="youclass">hola</p>

CSS

.youclass{    
-webkit-animation: timereproduce-reproducing-after 1s infinite linear;
}
@-webkit-keyframes timereproduce-reproducing-after {
0% { color: red;}
100% {color: yellow;}
}

关于html - 没有样式脚本的 CSS、HTML @-webkit-keyframes,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22839371/

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