Skip to content

Instantly share code, notes, and snippets.

@rowanwins
Created May 28, 2015 22:50
Show Gist options
  • Save rowanwins/b1991a57cd59ec6a265c to your computer and use it in GitHub Desktop.
Save rowanwins/b1991a57cd59ec6a265c to your computer and use it in GitHub Desktop.
Adding transition to polygon fill in leaflet
.leaflet-container path{
transition: fill .75s;
}
@rowanwins
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment