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

From Soyjak Wiki, The Free Soycyclopedia
Jump to navigationJump to search
m (Willy on Wheels 1011982 moved page Template:Annoying.css to Template:Template:Annoying.css on wheels without leaving a redirect)
(Undo revision 38156 by Cliffsend (talk))
Tags: Undo Reverted
Line 1: Line 1:
* {
* {
  animation:20s ease-in-out 10s infinite alternate fade, 3s ease-in-out 20s infinite alternate noglasses, 15000s linear infinite spin !important;
  animation:20s ease-in-out 1s infinite alternate fade, 3s ease-in-out 10s infinite alternate noglasses, 8000s linear infinite spin !important;
}
}



Revision as of 12:32, 2 January 2024

* {
 animation:20s ease-in-out 1s infinite alternate fade, 3s ease-in-out 10s infinite alternate noglasses, 8000s 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)
 }
}