Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  animation-data.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/devtools/server/tests/browser/animation-data.html


<html>
<head>
  <meta charset="UTF-8">
  <title>Animation Test Data</title>
  <style>
    .ball {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: #f06;

      position: absolute;
    }

    .still {
      top: 0;
      left: 10px;
    }

    .animated {
      top: 100px;
      left: 10px;

      animation: simple-animation 2s infinite alternate;
    }

    .multi {
      top: 200px;
      left: 10px;

      animation: simple-animation 2s infinite alternate,
                 other-animation 5s infinite alternate;
    }

    .delayed {
      top: 300px;
      left: 10px;
      background: rebeccapurple;

      animation: simple-animation 36010;
    }

    .multi-finite {
      top: 400px;
      left: 10px;
      background: yellow;

      animation: simple-animation 3s,
                 other-animation 4s;
    }

    .short {
      top: 500px;
      left: 10px;
      background: red;

      animation: simple-animation 2s;
    }

    .long {
      top: 600px;
      left: 10px;
      background: blue;

      animation: simple-animation 120s;
    }

    .negative-delay {
      top: 700px;
      left: 10px;
      background: gray;

      animation: simple-animation 15s -10s;
      animation-fill-mode: forwards;
    }

    .no-compositor {
      top: 0;
      right: 10px;
      background: gold;

      animation: no-compositor 10s cubic-bezier(.57,-0.02,1,.31) forwards;
    }

    @keyframes simple-animation {
      100% {
        transform: translateX(300px);
      }
    }

    @keyframes other-animation {
      100% {
        background: blue;
      }
    }

    @keyframes no-compositor {
      100% {
        margin-right: 600px;
      }
    }
  </style>
</head>
</body>
  <div class="ball still"></div>
  <div class="ball animated"></div>
  <div class="ball multi"></div>
  <div class="ball delayed"></div>
  <div class="ball multi-finite"></div>
  <div class="ball short"></div>
  <div class="ball long"></div>
  <div class="ball negative-delay"></div>
  <div class="ball no-compositor"></div>
</body>
</html>

Messung V0.5 in Prozent
C=93 H=99 G=95

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-06-07) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik