[webkit-changes] [WebKit/WebKit] b7fdc7: [web-animations] accelerate more properties with t...

Antoine Quint noreply at github.com
Fri Mar 3 18:54:40 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b7fdc77150f0922a3b964264c5795a93285dfc56
      https://github.com/WebKit/WebKit/commit/b7fdc77150f0922a3b964264c5795a93285dfc56
  Author: Antoine Quint <graouts at webkit.org>
  Date:   2023-03-03 (Fri, 03 Mar 2023)

  Changed paths:
    M Source/WebCore/animation/CSSPropertyAnimation.cpp

  Log Message:
  -----------
  [web-animations] accelerate more properties with threaded animation resolution
https://bugs.webkit.org/show_bug.cgi?id=253315

Reviewed by Dean Jackson.

With threaded animation resolution we will be able to accelerate more properties
than we have in the past, for instance CSS Motion Path properties. So we now opt
those into acceleration based on the threaded animation resolution setting.

* Source/WebCore/animation/CSSPropertyAnimation.cpp:
(WebCore::CSSPropertyAnimationWrapperMap::CSSPropertyAnimationWrapperMap):

Canonical link: https://commits.webkit.org/261203@main




More information about the webkit-changes mailing list