总览图
This commit is contained in:
parent
0318656dc7
commit
2977584b39
@ -143,7 +143,7 @@ const getAnimationStyle = (item) => {
|
|||||||
let animationDuration;
|
let animationDuration;
|
||||||
animationDuration = 60 / irotorspeed / 3
|
animationDuration = 60 / irotorspeed / 3
|
||||||
const processedoperationmode = item.attributeMap?.processedoperationmode ?? 0
|
const processedoperationmode = item.attributeMap?.processedoperationmode ?? 0
|
||||||
if(processedoperationmode==33){
|
if(processedoperationmode==33||processedoperationmode==0){
|
||||||
return {
|
return {
|
||||||
'animation-duration': `0s`,
|
'animation-duration': `0s`,
|
||||||
'animation-timing-function': 'linear',
|
'animation-timing-function': 'linear',
|
||||||
|
@ -145,7 +145,7 @@ const getAnimationStyle = (item) => {
|
|||||||
let animationDuration;
|
let animationDuration;
|
||||||
animationDuration = 60 / irotorspeed / 3
|
animationDuration = 60 / irotorspeed / 3
|
||||||
const processedoperationmode = item.attributeMap?.processedoperationmode ?? 0
|
const processedoperationmode = item.attributeMap?.processedoperationmode ?? 0
|
||||||
if(processedoperationmode==33){
|
if(processedoperationmode==33||processedoperationmode==0){
|
||||||
return {
|
return {
|
||||||
'animation-duration': `0s`,
|
'animation-duration': `0s`,
|
||||||
'animation-timing-function': 'linear',
|
'animation-timing-function': 'linear',
|
||||||
|
Loading…
Reference in New Issue
Block a user