Frans 7 年之前
父节点
当前提交
466c1fb680
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      sites/doc/index.vue

+ 3 - 1
sites/doc/index.vue

@@ -541,9 +541,11 @@ export default {
 @keyframes fadeIn {
 @keyframes fadeIn {
   from {
   from {
     opacity: 0;
     opacity: 0;
+    transform:rotate(20deg);
   }
   }
   to {
   to {
     opacity: 1;
     opacity: 1;
+    transform:rotate(0deg);
   }
   }
 }
 }
 
 
@@ -920,7 +922,7 @@ export default {
 			height:476px;
 			height:476px;
 			top:195px;
 			top:195px;
 			right:180px;
 			right:180px;
-			animation: fadeIn 1s both 2s;
+			animation: fadeIn 2s both 2s;
 
 
 		}
 		}