Browse Source

更新启动页序列帧和视频

任一存 1 year ago
parent
commit
21e3c3d621

BIN
src/assets/images/serial-frame-startup - 副本.png


BIN
src/assets/images/serial-frame-startup.png


BIN
src/assets/videos/fade-from-home-to-more-content.mp4


BIN
src/assets/videos/startup.mp4


+ 3 - 3
src/views/StartupView.vue

@@ -6,10 +6,10 @@
     <SerialFrames
       class="bg-serial-frames"
       :image-src="require(`@/assets/images/serial-frame-startup.png`)"
-      :total-width="22950 / 675 * windowHeight"
+      :total-width="28800 / 900 * windowHeight"
       :height="windowHeight"
-      :frame-number="51"
-      :frame-duration="55"
+      :frame-number="48"
+      :frame-duration="1000 / 12"
     />
 
     <img