From 5c63e9eaef20b0b2a05da0c4e403bb66ed577652 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 21 Jan 2018 19:04:47 +0100 Subject: [PATCH] Update responsive.css --- css/responsive.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/responsive.css b/css/responsive.css index 2187fc5..408c924 100755 --- a/css/responsive.css +++ b/css/responsive.css @@ -22,7 +22,12 @@ .top-bar-section ul li { background: transparent; - animation: .5s ease-in; } + -webkit-transition-property: all; + -moz-transition-property: all; + transition-property: all; + -webkit-transition-duration: 0.3s; + -moz-transition-duration: 0.3s; + transition-duration: 0.3s; } .top-bar-section li:not(.has-form) a:not(.button) { background: transparent;