Skip to content

Instantly share code, notes, and snippets.

@carmoreira
Created January 24, 2022 20:35
Show Gist options
  • Save carmoreira/82a046309216df2e79e30f9bc99da81c to your computer and use it in GitHub Desktop.
Save carmoreira/82a046309216df2e79e30f9bc99da81c to your computer and use it in GitHub Desktop.
Pulsating hover effect on round marker - Interactive Geo Maps
.imapsCircle{
paint-order: stroke;
stroke-opacity:1;
transition: all 0.8s;
}
.imapsCircle:hover {
stroke-width:15px;
stroke-opacity:0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment