[webkit-changes] [WebKit/WebKit] 70355b: [scroll-animations] Plumb CSS originated animation...

Nikos Mouchtaris noreply at github.com
Fri Oct 25 10:48:54 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 70355b3509bd6ff1aac7944eff0dcfda27f9896b
      https://github.com/WebKit/WebKit/commit/70355b3509bd6ff1aac7944eff0dcfda27f9896b
  Author: Nikolaos Mouchtaris <nmouchtaris at apple.com>
  Date:   2024-10-25 (Fri, 25 Oct 2024)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/scroll-animations/css/view-timeline-dynamic-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/scroll-animations/css/view-timeline-with-delay-and-range.tentative-expected.txt
    M Source/WebCore/animation/CSSAnimation.cpp
    M Source/WebCore/animation/CSSAnimation.h
    M Source/WebCore/animation/WebAnimation.cpp
    M Source/WebCore/animation/WebAnimation.h
    M Source/WebCore/animation/WebAnimation.idl
    M Source/WebCore/dom/Element.cpp

  Log Message:
  -----------
  [scroll-animations] Plumb CSS originated animation range down to WebAnimation
https://bugs.webkit.org/show_bug.cgi?id=282059
rdar://138580596

Reviewed by Antoine Quint.

Plumb CSS originated animation range down to WebAnimation. Add override bindings
setters to prevent CSS animation range from overwriting JS animation range.

* Source/WebCore/animation/CSSAnimation.cpp:
(WebCore::CSSAnimation::syncPropertiesWithBackingAnimation):
* Source/WebCore/animation/WebAnimation.h:
(WebCore::WebAnimation::setRange):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list