MediaWiki:Common.css: Difference between revisions

m
Removed variable
imported>Ttv pedro270707
mNo edit summary
imported>Ttv pedro270707
m (Removed variable)
Line 74: Line 74:
   top: 20px;
   top: 20px;
   animation: splash 0.5s linear infinite;
   animation: splash 0.5s linear infinite;
 
  --animation-scale: 1.1;
}
}


Line 409: Line 407:
@keyframes splash {
@keyframes splash {
   0% {
   0% {
     transform: scale(var(--animation-scale)) rotateZ(-20deg);
     transform: scale(1.1) rotateZ(-20deg);
   }
   }
   10% {
   10% {
     transform: scale(calc(-0.3090169943749 * (var(--animation-scale) - 1) + var(--animation-scale))) rotateZ(-20deg);
     transform: scale(1.0690983005625) rotateZ(-20deg);
   }
   }
   20% {
   20% {
     transform: scale(calc(-0.5877852522925 * (var(--animation-scale) - 1) + var(--animation-scale))) rotateZ(-20deg);
     transform: scale(1.0412214747708) rotateZ(-20deg);
   }
   }
   30% {
   30% {
     transform: scale(calc(-0.8090169943749 * (var(--animation-scale) - 1) + var(--animation-scale))) rotateZ(-20deg);
     transform: scale(1.0190983005625) rotateZ(-20deg);
   }
   }
   40% {
   40% {
     transform: scale(calc(-0.9510565162952 * (var(--animation-scale) - 1) + var(--animation-scale))) rotateZ(-20deg);
     transform: scale(1.0048943483705) rotateZ(-20deg);
   }
   }
   50% {
   50% {
Line 427: Line 425:
   }
   }
   60% {
   60% {
     transform: scale(calc(-0.9510565162952 * (var(--animation-scale) - 1) + var(--animation-scale))) rotateZ(-20deg);
     transform: scale(1.0048943483705) rotateZ(-20deg);
   }
   }
   70% {
   70% {
     transform: scale(calc(-0.8090169943749 * (var(--animation-scale) - 1) + var(--animation-scale))) rotateZ(-20deg);
     transform: scale(1.0190983005625) rotateZ(-20deg);
   }
   }
   80% {
   80% {
     transform: scale(calc(-0.5877852522925 * (var(--animation-scale) - 1) + var(--animation-scale))) rotateZ(-20deg);
     transform: scale(1.0412214747708) rotateZ(-20deg);
   }
   }
   90% {
   90% {
     transform: scale(calc(-0.3090169943749 * (var(--animation-scale) - 1) + var(--animation-scale))) rotateZ(-20deg);
     transform: scale(1.0690983005625) rotateZ(-20deg);
   }
   }
   100% {
   100% {
     transform: scale(var(--animation-scale)) rotateZ(-20deg);
     transform: scale(1.1) rotateZ(-20deg);
   }
   }
}
}