Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/animation/test/crashtests/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 944 B image not shown  

Quelle  1216842-1.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/dom/animation/test/crashtests/1216842-1.html


<!doctype html>
<html class="reftest-wait">
  <head>
    <title>Bug 1216842: effect-level easing function produces negative values (compositor thread)</title>
    <style>
    #target {
      width: 100px; height: 100px;
      background: blue;
    }
    </style>
  </head>
  <body>
  <div id="target"></div>
  </body>
  <script>
    var target = document.getElementById("target");
    var effect =
      new KeyframeEffect(
        target,
        { opacity: [0, 1] },
        {
          fill: "forwards",
          /* The function produces negative values in (0, 0.766312060) */
          easing: "cubic-bezier(0,-0.5,1,-0.5)",
          duration: 100,
          iterations: 0.75 /* To finish in the extraporation range */
        }
      );
    var animation = new Animation(effect, document.timeline);
    animation.play();
    animation.finished.then(function() {
      document.documentElement.className = "";
    });
  </script>
</html>

Messung V0.5
C=100 H=100 G=100

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

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.