修改小车运动时间

This commit is contained in:
xhf 2025-03-05 17:30:29 +08:00
parent 9421ed8a1a
commit 24d854e0ee

View File

@ -87,7 +87,7 @@
width: legendObj.carShow ? carWidth / nowObject.showYamlJson.resolution / 100 * radio + 'px' : '0',
height: legendObj.carShow ? carHeight / nowObject.showYamlJson.resolution / 100 * radio + 'px' : '0',
transform: 'rotate(' + radianToDegree(item.data.pose2d.yaw) + 'deg)',
transition: 'all 0.2s ease-in-out',
transition: 'all 0.4s linear 0s',
zIndex: 9999
}"
>