leaflet.polyline.snakeanim
Version:
Animates Leaflet polylines so they creep into full length
29 lines (28 loc) • 588 B
JSON
{
"name": "Leaflet.Polyline.SnakeAnim",
"homepage": "https://github.com/IvanSanchez/Leaflet.Polyline.SnakeAnim",
"authors": [
"Iván Sánchez Ortega <ivan@mazemap.no>"
],
"description": "Animates polylines into existence in Leaflet maps",
"main": "L.Polyline.SnakeAnim.js",
"moduleType": [],
"keywords": [
"leaflet",
"animation",
"polyline"
],
"license": "Beerware",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"demo*",
"route.js"
],
"resolutions": {
"leaflet": "^1.0.0-beta.2"
}
}