Skip to content

Commit dc70bc2

Browse files
authored
Merge pull request #106 from yu0kai/master
added animation support to Marker
2 parents a0e5789 + 8675304 commit dc70bc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dist/components/Marker.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
label = _props.label,
138138
draggable = _props.draggable,
139139
title = _props.title,
140+
animation = _props.animation;
140141
optimized = _props.optimized,
141142
zIndex = _props.zIndex;
142143

@@ -156,6 +157,7 @@
156157
label: label,
157158
title: title,
158159
draggable: draggable,
160+
animation: animation
159161
optimized: optimized,
160162
zIndex: zIndex
161163
};
@@ -208,4 +210,4 @@
208210
};
209211

210212
exports.default = Marker;
211-
});
213+
});

0 commit comments

Comments
 (0)