Is there a way to utilize both rotationAngle (vue2-leaflet-rotatedmarker) and duration (vue2-leaflet-movingmarker) in a single marker?
For example:
<l-marker :lat-lng="run.currentPoint.latLong"
:icon="run.currentPoint.icon" :rotationAngle="250" :duration="2000">
</l-marker>
Any suggestions would be appreciated. Thank you.