Re enable rotation button transition

The opacity transition was broken with #2782
This commit is contained in:
Frederic Junod
2014-10-03 09:56:05 +02:00
parent 798399101f
commit aa23a7bce5

View File

@@ -53,11 +53,12 @@
.ol-rotate {
top: .5em;
right: .5em;
transition: opacity .25s;
transition: opacity .25s linear, visibility 0s linear;
}
.ol-rotate.ol-hidden {
opacity: 0;
display: none;
visibility: hidden;
transition: opacity .25s linear, visibility 0s linear .25s;
}
.ol-zoom-extent {
top: 4.643em;