Przeglądaj źródła

feat: simplify model deconstruct

chenlei 17 godzin temu
rodzic
commit
cf482f4f51
1 zmienionych plików z 9 dodań i 9 usunięć
  1. 9 9
      packages/pc/src/utils/constants.js

+ 9 - 9
packages/pc/src/utils/constants.js

@@ -71,22 +71,22 @@ export const MODEL_MAP = {
   25: {
     deconstruct: {
       qiaowu_01: {
-        z: 5,
+        x: -5,
         duration: 1,
         ease: "power2.out",
       },
       qiaowu_02: {
-        z: -5,
+        x: -5,
         duration: 1,
         ease: "power2.out",
       },
       qiaowu_03: {
-        z: -5,
+        x: 5,
         duration: 1,
         ease: "power2.out",
       },
       qiaowu_04: {
-        z: 5,
+        x: 5,
         duration: 1,
         ease: "power2.out",
       },
@@ -100,11 +100,11 @@ export const MODEL_MAP = {
         duration: 1,
         ease: "power2.out",
       },
-      qiaomen01: {
-        y: -5,
-        duration: 1,
-        ease: "power2.out",
-      },
+      // qiaomen01: {
+      //   y: -5,
+      //   duration: 1,
+      //   ease: "power2.out",
+      // },
       wuding: {
         y: 5,
         duration: 1,