Created
May 28, 2015 22:50
-
-
Save rowanwins/b1991a57cd59ec6a265c to your computer and use it in GitHub Desktop.
Adding transition to polygon fill in leaflet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.leaflet-container path{ | |
transition: fill .75s; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Stolen from this post