summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/play.html b/play.html
index ee0afcb..94453d4 100644
--- a/play.html
+++ b/play.html
@@ -705,12 +705,17 @@ body.shift .mustered_vassals {
/* PIECES */
-#legate, .cylinder, .service_marker, .marker {
+#legate, .cylinder, .marker {
transition-property: top, left;
transition-duration: 700ms;
transition-timing-function: ease;
}
+.service_marker {
+ transition-property: top, left;
+ transition-duration: 100ms;
+}
+
#legate {
position: absolute;
width: 32px;