Commit eaa6200612d6240bc406442ca371201643ab9563

Authored by Marcelo Puebla
1 parent 70f4dec40e
Exists in master

Borradas propiedades en animacion fade-in

Showing 1 changed file with 4 additions and 10 deletions   Show diff stats
src/assets/scss/animation.scss
1 1 .fade-in {
2   - margin-top: 25px;
3   - font-size: 21px;
4   - text-align: center;
5   - animation: fadein 1s;
6   - -moz-animation: fadein 1s; /* Firefox */
7   - -webkit-animation: fadein 1s; /* Safari and Chrome */
8   - -o-animation: fadein 1s; /* Opera */
  2 + animation: fadein 0.7s;
  3 + -moz-animation: fadein 0.7s; /* Firefox */
  4 + -webkit-animation: fadein 0.7s; /* Safari and Chrome */
  5 + -o-animation: fadein 0.7s; /* Opera */
9 6 }
10 7  
11 8 @keyframes fadein {
... ... @@ -38,9 +35,6 @@
38 35 }
39 36  
40 37 .fade-right {
41   - margin-top: 25px;
42   - font-size: 21px;
43   - text-align: center;
44 38 animation: faderight 1s;
45 39 -moz-animation: faderight 1s; /* Firefox */
46 40 -webkit-animation: faderight 1s; /* Safari and Chrome */