Port over image-filter, image-load-events, image-vector-layer, kml-earthquakes, kml-timezones and kml examples
This commit is contained in:
committed by
Andreas Hocevar
parent
5cfb4910df
commit
b92d7cdf13
15
examples_src/image-load-events.css
Normal file
15
examples_src/image-load-events.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user