From 05c122ab8fc31e3b12e7c125dc07c461cdbcc5b5 Mon Sep 17 00:00:00 2001 From: mpuebla Date: Fri, 16 Aug 2019 17:55:42 -0300 Subject: [PATCH] Cambio nombre de animacion. --- src/assets/scss/animation.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/assets/scss/animation.scss b/src/assets/scss/animation.scss index f362ecd..4b953aa 100644 --- a/src/assets/scss/animation.scss +++ b/src/assets/scss/animation.scss @@ -111,11 +111,11 @@ } .fade-bottom { - -webkit-animation: fade-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; - animation: fade-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; + -webkit-animation: fade-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; + animation: fade-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; } -@-webkit-keyframes fade-top { +@-webkit-keyframes fade-bottom { 0% { -webkit-transform: scaleY(0.4); transform: scaleY(0.4); @@ -130,7 +130,7 @@ } } -@keyframes fade-top { +@keyframes fade-bottom { 0% { -webkit-transform: scaleY(0.4); transform: scaleY(0.4); -- 1.9.1