[Webkit-unassigned] [Bug 189411] New: [Web Animations] Positive delays of accelerated animations are not respected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 7 09:47:45 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=189411

            Bug ID: 189411
           Summary: [Web Animations] Positive delays of accelerated
                    animations are not respected
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at apple.com
                CC: dino at apple.com

Created attachment 349153

  --> https://bugs.webkit.org/attachment.cgi?id=349153&action=review

Test

See the attached test case, an animation with a delay does not respect it if it's accelerated:

document.body.appendChild(document.createElement("div")).animate({
    transform: ["translateX(100px)", "none"]
}, { duration: 1000, delay: 1000 });

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180907/6dfefe36/attachment.html>


More information about the webkit-unassigned mailing list