Merge pull request #567 from rdewit/master

Fix for typo in OL 2.12 release notes
This commit is contained in:
Éric Lemoine
2012-07-01 23:46:29 -07:00

View File

@@ -82,7 +82,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:
.olLayerGridTile .olTileImage {
.olLayerGrid .olTileImage {
-webkit-transition: none;
-moz-transition: none;
-o-transition: all 0 none;