bill hai 4 meses
pai
achega
94a1112e9f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/animation/right/am.vue

+ 1 - 1
src/views/animation/right/am.vue

@@ -202,7 +202,7 @@ const getActionDur = (key: string) => {
   const actions = amMap[getAMKey(props.am)]?.am?.getSupportActions() || [];
   const action = actions.find((item) => item.name === key);
   if (action?.duration) {
-    return Math.floor(action?.duration);
+    return Math.floor(action?.duration * 100) / 100;
   }
 };
 </script>