Template:Template:Annoying.css on wheels: Difference between revisions

From Soyjak Wiki, The Free Soycyclopedia
Jump to navigationJump to search
mNo edit summary
Tag: Reverted
(Undo revision 82841 by Etg bastien (talk))
Tag: Undo
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
* {
* {
  animation:20s ease-in-out 1s infinite alternate fade, 3s ease-in-out 10s infinite alternate noglasses, 8000s linear infinite spin !important;
  animation:20s ease-in-out 10s infinite alternate fade, 3s ease-in-out 20s infinite alternate noglasses, 15000s linear infinite spin !important;
}
}


Line 22: Line 22:
}
}
@keyframes fade {
@keyframes fade {
  from {
  90% {opacity:1}
  opacity:1;
  to {
 
}
  90% {
   opacity:0;
   opacity:0;
   filter: blur(10px);
   filter:blur(10px)
  }
  }
}
}

Latest revision as of 12:33, 2 January 2024

* {
 animation:20s ease-in-out 10s infinite alternate fade, 3s ease-in-out 20s infinite alternate noglasses, 15000s linear infinite spin !important;
}

@keyframes noglasses {
  from {
    filter: blur(.7px); }
  50% {
    filter:blur(0px)
  }
  55% {
    filter:blur(1px)
  }
  70%{
    filter:blur(0px)
  }
  75% { filter:blur(.6px)}
  82% { filter:blur(0px)}
  to {
    filter: blur(2px);
  }
}
@keyframes fade {
 90% {opacity:1}
 to {
  opacity:0;
  filter:blur(10px)
 }
}
@keyframes spin {
 from {
  transform:rotate(360deg)
 }
 to {
  transform:rotate(0deg)
 }
}