瀏覽代碼

fixing

master
azri 10 月之前
父節點
當前提交
ec3d52258a
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      resources/css/app.css

+ 2
- 2
resources/css/app.css 查看文件

132
         .part.left {
132
         .part.left {
133
             animation: to-left linear both;
133
             animation: to-left linear both;
134
             animation-timeline: scroll();
134
             animation-timeline: scroll();
135
-            animation-range-end: 5%;
135
+            animation-range-end: 4%;
136
         }
136
         }
137
 
137
 
138
         .part.right {
138
         .part.right {
139
             animation: to-right linear both;
139
             animation: to-right linear both;
140
             animation-timeline: scroll();
140
             animation-timeline: scroll();
141
-            animation-range-end: 5%;
141
+            animation-range-end: 4%;
142
         }
142
         }
143
     }
143
     }
144
 }
144
 }

Loading…
取消
儲存