Port teleport, load-events, tile-vector examples

This commit is contained in:
Bart van den Eijnden
2015-04-02 18:48:50 +02:00
committed by Andreas Hocevar
parent 2c2a0eaa78
commit d10b83e8e1
5 changed files with 82 additions and 207 deletions

View File

@@ -0,0 +1,15 @@
.map {
background: #E0ECED;
}
.wrapper {
position: relative;
}
#progress {
position: absolute;
bottom: 0;
left: 0;
height: 2px;
background: rgba(0, 60, 136, 0.4);
width: 0;
transition: width 250ms;
}