Re enable rotation button transition
The opacity transition was broken with #2782
This commit is contained in:
+3
-2
@@ -53,11 +53,12 @@
|
|||||||
.ol-rotate {
|
.ol-rotate {
|
||||||
top: .5em;
|
top: .5em;
|
||||||
right: .5em;
|
right: .5em;
|
||||||
transition: opacity .25s;
|
transition: opacity .25s linear, visibility 0s linear;
|
||||||
}
|
}
|
||||||
.ol-rotate.ol-hidden {
|
.ol-rotate.ol-hidden {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
display: none;
|
visibility: hidden;
|
||||||
|
transition: opacity .25s linear, visibility 0s linear .25s;
|
||||||
}
|
}
|
||||||
.ol-zoom-extent {
|
.ol-zoom-extent {
|
||||||
top: 4.643em;
|
top: 4.643em;
|
||||||
|
|||||||
Reference in New Issue
Block a user