修改小车运动时间
This commit is contained in:
parent
9421ed8a1a
commit
24d854e0ee
@ -87,7 +87,7 @@
|
|||||||
width: legendObj.carShow ? carWidth / nowObject.showYamlJson.resolution / 100 * radio + 'px' : '0',
|
width: legendObj.carShow ? carWidth / nowObject.showYamlJson.resolution / 100 * radio + 'px' : '0',
|
||||||
height: legendObj.carShow ? carHeight / 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)',
|
transform: 'rotate(' + radianToDegree(item.data.pose2d.yaw) + 'deg)',
|
||||||
transition: 'all 0.2s ease-in-out',
|
transition: 'all 0.4s linear 0s',
|
||||||
zIndex: 9999
|
zIndex: 9999
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user