Skip to content

Commit

Permalink
Update interval.html
Browse files Browse the repository at this point in the history
  • Loading branch information
barionleg authored Dec 10, 2024
1 parent b4f71a1 commit f5fe85a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interval.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
});

setInterval(function(){
map.setZoom(10);
map.setZoom(12);
setTimeout(function(){
map.setZoom(16);
map.setZoom(14);
}, 2000);
}, 4000);

Expand Down

0 comments on commit f5fe85a

Please sign in to comment.