Sfoglia il codice sorgente

修改放慢顶部标题的动画;

画安 4 settimane fa
parent
commit
2fafa1fb58
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/styles/base.css

+ 1 - 1
src/styles/base.css

@@ -140,7 +140,7 @@ html, body {
 
 .breathe-glow-text {
     /* 应用呼吸灯动画:3秒一个周期,缓入缓出,无限循环 */
-    animation: breatheGlow 3s ease-in-out infinite;
+    animation: breatheGlow 5s ease-in-out infinite;
 }
 /* 呼吸灯动画关键帧 */
 @keyframes breatheGlow {