首页
This commit is contained in:
parent
792753971f
commit
cb09ec03b7
@ -90,7 +90,7 @@ const props = defineProps({
|
|||||||
const getAnimationStyle = (item) => {
|
const getAnimationStyle = (item) => {
|
||||||
const irotorspeed = item.attributeMap?.irotorspeed ?? 0
|
const irotorspeed = item.attributeMap?.irotorspeed ?? 0
|
||||||
let animationDuration;
|
let animationDuration;
|
||||||
animationDuration = 60 / irotorspeed / 5
|
animationDuration = 60 / irotorspeed / 3
|
||||||
// if(irotorspeed>10){
|
// if(irotorspeed>10){
|
||||||
// animationDuration= 60 / irotorspeed
|
// animationDuration= 60 / irotorspeed
|
||||||
// }else{
|
// }else{
|
||||||
|
Loading…
Reference in New Issue
Block a user