From a691b7c72c918f86530c3a20665d32ee2d784731 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Tue, 24 Feb 2015 11:14:22 -0800 Subject: [PATCH] Tweaked animation time. --- styles/animation.less | 4 ++-- styles/mixins.less | 2 +- styles/right-panel.less | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/styles/animation.less b/styles/animation.less index 1fd7294bf5..d1fa4923b8 100644 --- a/styles/animation.less +++ b/styles/animation.less @@ -37,9 +37,9 @@ @-webkit-keyframes fadein { from { - opacity:0; + opacity: 0; } to { - opacity:1; + opacity: 1; } } diff --git a/styles/mixins.less b/styles/mixins.less index f00cf97589..44e9460ca2 100644 --- a/styles/mixins.less +++ b/styles/mixins.less @@ -33,5 +33,5 @@ opacity: 0; -webkit-animation: fadein ease-in 1; -webkit-animation-fill-mode: forwards; - -webkit-animation-duration: 0.3s; + -webkit-animation-duration: 0.2s; } diff --git a/styles/right-panel.less b/styles/right-panel.less index 6be51d5b1c..4d9153e237 100644 --- a/styles/right-panel.less +++ b/styles/right-panel.less @@ -1,6 +1,5 @@ .details { .fade-in(); - -webkit-animation-delay: 0.3s; background-color: @color-background; margin: 0; padding: 0;