background-image: linear-gradient 属性hover动画

1.效果

2.代码

复制代码
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>svg文字动画</title>
  <link rel="stylesheet" href="test.css">
  <style>
    @property --property-color1 {
      syntax: "<color>";
      inherits: false;
      initial-value: yellow;
    }
    @property --property-color2 {
      syntax: "<color>";
      inherits: false;
      initial-value: green;
    }
    :root {
      --a:red;
    }
    #box {
      width: 800px;
      height: 300px;
      margin: 200px auto;
      cursor: pointer;
      color: var(--a);
      background-image: linear-gradient(60deg, var(--property-color1),  var(--property-color2));
      transition: --property-color1 .5s ease-out,--property-color2 .5s ease-out;
    }
    #box:hover {
      --property-color1: green;
      --property-color2: yellow;
    }

    #box2 {
      width: 800px;
      height: 300px;
      margin: 0 auto;
      cursor: pointer;
      background-image: linear-gradient(60deg, yellow,green,green,yellow);
      background-size: 200% 100%;
      background-position: 0% 0%;
      transition: all .4s ease-out;
    }
    #box2:hover {
      background-position: 100% 0%;
    }
  </style>
</head>

<body>
  <div id="app">
    <div id="box">box</div>
    <div id="box2">box2</div>
    <div id="demoCanvas"></div>

    <script>

    </script>
  </div>
</body>

</html>
相关推荐
hey202005283 天前
Houdini渲染农场哪个好用?
动画·blender·maya·3d渲染·houdini·cinema4d
twe77582584 天前
“揭开3D IC封装的神秘面纱:动画演绎芯片堆叠的艺术“
科技·3d·制造·动画
赫尔·普莱蒂科萨·帕塔5 天前
重构AI漫剧工业化
人工智能·重构·动画·agi
twe77582586 天前
电镀液应用中的技术支持体系:如何优化工艺并解决常见问题
科技·3d·制造·动画
twe77582587 天前
3D IC封装的崭新视角:如何用3D动画揭示技术奥秘
科技·3d·制造·动画
twe775825811 天前
突破界限:3D IC封装在AR/VR工业动画中的潜力探索
科技·3d·制造·动画
gis分享者11 天前
学习threejs,实现带有GLSL着色器的动画
动画·threejs·着色器·glsl·shadermaterial·effectcomposer·unrealbloompass
twe775825825 天前
用3D动画揭示技术路线的多样性
科技·3d·制造·动画
LqKKsNUdXlA1 个月前
多通道卷积神经网络 变压器 故障诊断 MATLAB (附赠变压器振动信号数据集) 关键词
动画
twe77582581 个月前
参数调控与3D动画的互动魅力
科技·3d·制造·动画