diff --git a/dist/components/Marker.js b/dist/components/Marker.js index bfb257ad..53e49a67 100644 --- a/dist/components/Marker.js +++ b/dist/components/Marker.js @@ -137,6 +137,7 @@ label = _props.label, draggable = _props.draggable, title = _props.title, + animation = _props.animation; optimized = _props.optimized, zIndex = _props.zIndex; @@ -156,6 +157,7 @@ label: label, title: title, draggable: draggable, + animation: animation optimized: optimized, zIndex: zIndex }; @@ -208,4 +210,4 @@ }; exports.default = Marker; -}); \ No newline at end of file +});