Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
css/animate.css
|
@ -128,8 +128,8 @@ Copyright (c) 2015 Daniel Eden |
|
|
|
|
|
|
|
|
@-webkit-keyframes pulse { |
|
|
@-webkit-keyframes pulse { |
|
|
0% { |
|
|
0% { |
|
|
-webkit-transform: scale3d(1, 1, 1); |
|
|
-webkit-transform: scale3d(1.05, 1.05, 1.05); |
|
|
transform: scale3d(1, 1, 1); |
|
|
transform: scale3d(1.05, 1.05, 1.05); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
50% { |
|
|
50% { |
|
@ -145,8 +145,8 @@ Copyright (c) 2015 Daniel Eden |
|
|
|
|
|
|
|
|
@keyframes pulse { |
|
|
@keyframes pulse { |
|
|
0% { |
|
|
0% { |
|
|
-webkit-transform: scale3d(1, 1, 1); |
|
|
-webkit-transform: scale3d(1.05, 1.05, 1.05); |
|
|
transform: scale3d(1, 1, 1); |
|
|
transform: scale3d(1.05, 1.05, 1.05); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
50% { |
|
|
50% { |
|
|