diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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; |