From c59484bbb4307875694c43500ef200822ab5eda7 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Wed, 13 May 2015 11:29:36 -0300 Subject: [PATCH] update animations --- src/css/mobile.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/mobile.css b/src/css/mobile.css index b78c5cdc4..e1929ad2d 100644 --- a/src/css/mobile.css +++ b/src/css/mobile.css @@ -404,12 +404,12 @@ to prevent collapsing during animation*/ left: 0; right: 0; - animation-timing-function: linear; + animation-timing-function: ease-in-out; animation-duration: .3s; animation-iteration-count: 1; animation-fill-mode: both; - -webkit-animation-timing-function: linear; + -webkit-animation-timing-function: ease-in-out; -webkit-animation-duration: .3s; -webkit-animation-iteration-count: 1; -webkit-animation-fill-mode: both;