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 {
   from {
     opacity: 0;
+    transform:rotate(20deg);
   }
   to {
     opacity: 1;
+    transform:rotate(0deg);
   }
 }
 
@@ -920,7 +922,7 @@ export default {
 			height:476px;
 			top:195px;
 			right:180px;
-			animation: fadeIn 1s both 2s;
+			animation: fadeIn 2s both 2s;
 
 		}