Fixed typo in CSS code for overriding default tile animation.
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ The displaying of tiles can now be animated, using CSS3 transitions. Transitions
|
|||||||
|
|
||||||
People can override this rule to use other transition settings. To remove tile animation entirely use:
|
People can override this rule to use other transition settings. To remove tile animation entirely use:
|
||||||
|
|
||||||
.olLayerGridTile .olTileImage {
|
.olLayerGrid .olTileImage {
|
||||||
-webkit-transition: none;
|
-webkit-transition: none;
|
||||||
-moz-transition: none;
|
-moz-transition: none;
|
||||||
-o-transition: all 0 none;
|
-o-transition: all 0 none;
|
||||||
|
|||||||
Reference in New Issue
Block a user