Enable transition support for Firefox and Opera

This commit is contained in:
Tom Hughes 2012-08-08 00:37:07 +01:00
parent b812c070f1
commit a29ba66d9d

View file

@ -63,10 +63,13 @@
height: 10px; height: 10px;
left: 10px; left: 10px;
-webkit-transition: top 100ms linear; -webkit-transition: top 100ms linear;
-moz-transition: top 100ms linear;
-o-transition: top 100ms linear;
background-position: -77px -58px; background-position: -77px -58px;
pointer: move; pointer: move;
cursor: move; cursor: move;
} }
.olControlSimplePanZoom #zoombar { .olControlSimplePanZoom #zoombar {
top: 70px; top: 70px;
width: 26px; width: 26px;