Browse Source

Added fade in for page

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
aad263d564
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      css/style.css

9
css/style.css

@ -283,7 +283,14 @@ hr {
body { body {
overflow-x: hidden; overflow-x: hidden;
font-size: 18px; } font-size: 18px;
opacity: 1;
transition: 1s opacity; }
body.fade-out {
opacity: 0;
transition: none;
}
.rotate { .rotate {
-webkit-animation: rotate 10s ease-in-out infinite; -webkit-animation: rotate 10s ease-in-out infinite;

Loading…
Cancel
Save