summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-02-28 14:44:48 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-02-28 14:44:48 -0800
commitac84429dd17bce9720a1e04c5249a640ccf76e4d (patch)
tree6fba16697e27aca787143ae354166fffdb2f19e6
parent5acb44d6a10c13b3fee840c907f3c60b552a67d2 (diff)
downloadpathery-ac84429dd17bce9720a1e04c5249a640ccf76e4d.tar.xz
Restored checkpoint fade transitions.
-rw-r--r--css/maps.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/maps.css b/css/maps.css
index 857647a..604192c 100644
--- a/css/maps.css
+++ b/css/maps.css
@@ -15,6 +15,10 @@
padding: 0px;
margin: 0px;
background-size: 100%;
+ transition:background-color .4s;
+ -webkit-transition:background-color .4s;
+ -o-transition:background-color .4s;
+ -moz-transition:background-color .4s;
}
.map .w {
background-image: url(../images/OverlayTileFaceted50b.png);