From 07090123f496b8f20784b4973527d9e62bff13bd Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Mon, 24 Apr 2017 20:17:31 +0000 Subject: [PATCH] Fix right pane animation --- map.css | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/map.css b/map.css index d68458b..ebf1cb5 100644 --- a/map.css +++ b/map.css @@ -30,8 +30,7 @@ top: 0; bottom: 0; - transition: right .4s; - transition: width .4s; + transition: right .4s, width .4s; opacity: .85; -- Gitblit v1.9.1