Commit 05c122ab8fc31e3b12e7c125dc07c461cdbcc5b5
1 parent
8c28c26d96
Exists in
master
and in
1 other branch
Cambio nombre de animacion.
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/assets/scss/animation.scss
... | ... | @@ -111,11 +111,11 @@ |
111 | 111 | } |
112 | 112 | |
113 | 113 | .fade-bottom { |
114 | - -webkit-animation: fade-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; | |
115 | - animation: fade-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; | |
114 | + -webkit-animation: fade-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; | |
115 | + animation: fade-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; | |
116 | 116 | } |
117 | 117 | |
118 | -@-webkit-keyframes fade-top { | |
118 | +@-webkit-keyframes fade-bottom { | |
119 | 119 | 0% { |
120 | 120 | -webkit-transform: scaleY(0.4); |
121 | 121 | transform: scaleY(0.4); |
... | ... | @@ -130,7 +130,7 @@ |
130 | 130 | } |
131 | 131 | } |
132 | 132 | |
133 | -@keyframes fade-top { | |
133 | +@keyframes fade-bottom { | |
134 | 134 | 0% { |
135 | 135 | -webkit-transform: scaleY(0.4); |
136 | 136 | transform: scaleY(0.4); |