Skip to content

Commit 3594e71

Browse files
author
Konstantin Plotnikov
committed
MINOR: increased animation duration
Signed-off-by: Konstantin Plotnikov <[email protected]>
1 parent 1cf0a43 commit 3594e71

File tree

1 file changed

+1
-1
lines changed
  • markers-update-position-with-animation

1 file changed

+1
-1
lines changed

markers-update-position-with-animation/demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function createMarkers() {
7979
ease(
8080
marker.getGeometry(),
8181
randomPoint,
82-
4000,
82+
40000,
8383
function(coord) {
8484
marker.setGeometry(coord);
8585
}

0 commit comments

Comments
 (0)