From eaa6200612d6240bc406442ca371201643ab9563 Mon Sep 17 00:00:00 2001 From: mpuebla Date: Fri, 16 Aug 2019 14:50:00 -0300 Subject: [PATCH] Borradas propiedades en animacion fade-in --- src/assets/scss/animation.scss | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/src/assets/scss/animation.scss b/src/assets/scss/animation.scss index 364fbb4..33d57df 100644 --- a/src/assets/scss/animation.scss +++ b/src/assets/scss/animation.scss @@ -1,11 +1,8 @@ .fade-in { - margin-top: 25px; - font-size: 21px; - text-align: center; - animation: fadein 1s; - -moz-animation: fadein 1s; /* Firefox */ - -webkit-animation: fadein 1s; /* Safari and Chrome */ - -o-animation: fadein 1s; /* Opera */ + animation: fadein 0.7s; + -moz-animation: fadein 0.7s; /* Firefox */ + -webkit-animation: fadein 0.7s; /* Safari and Chrome */ + -o-animation: fadein 0.7s; /* Opera */ } @keyframes fadein { @@ -38,9 +35,6 @@ } .fade-right { - margin-top: 25px; - font-size: 21px; - text-align: center; animation: faderight 1s; -moz-animation: faderight 1s; /* Firefox */ -webkit-animation: faderight 1s; /* Safari and Chrome */ -- 1.9.1