[Webkit-unassigned] [Bug 188730] New: [Web Animations] Animation with a single keyframe is not accelerated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 19 07:59:07 PDT 2018


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

            Bug ID: 188730
           Summary: [Web Animations] Animation with a single keyframe is
                    not accelerated
           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

const animation = document.body.appendChild(document.createElement("div")).animate({
    opacity: 0
}, 5000);

The following animation fails because in KeyframeEffectReadOnly::applyPendingAcceleratedActions() the keyframes we pass to RenderLayerBacking::startAnimation() and eventually to GraphicsLayerCA::animationCanBeAccelerated() (via GraphicsLayerCA::addAnimation()) only have a single value and we need at least two values to have a qualifying accelerated animation.

-- 
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/20180819/d57947fb/attachment-0001.html>


More information about the webkit-unassigned mailing list