动画CSS文本装饰颜色属性
要使用CSS在text-decoration属性上实现动画,您可以尝试运行以下代码-
示例
<!DOCTYPE html>
<html>
<head>
<style>
#demo {
position: absolute;
right: 0;
width: 300px;
height: 200px;
background-color: blue;
text-decoration: underline;
animation: myanim 3s infinite;
}
@keyframes myanim {
30% {
right: 350px;
text-decoration-color: orange;
}
}
</style>
</head>
<body>
<h1>CSS text-decoration-color property</h1>
<div id = "demo">
<h1>This is demo text.</h1>
</div>
</body>
</html>热门推荐
10 致姐姐生日祝福语简短
11 猪年幽默祝福语简短
12 下雪路滑祝福语简短
13 古风婚礼祝福语唯美简短
14 拜新年的祝福语简短
15 表达家人的祝福语简短
16 女侠老师祝福语简短
17 保持快乐祝福语大全简短
18 祝贺新婚祝福语古代简短