MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 9: Zeile 9:
   visibility: visible;
   visibility: visible;
   opacity: 0;
   opacity: 0;
   animation: fade-in 0.3s forwards;
   animation: fade-in 0.4s forwards;
   animation-timing-function: cubic-bezier(0, 0, 0.9, 1);
   animation-timing-function: cubic-bezier(0, 0, 0.9, 1);
}
}
Zeile 17: Zeile 17:
     opacity: 0;
     opacity: 0;
   }
   }
   67% {
   70% {
     opacity: 0;
     opacity: 0;
   }
   }