[Webkit-unassigned] [Bug 252807] New: [web-animations] remove getPropertyAtIndex() and getNumProperties() in favor of an iterable on CSSPropertyAnimation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 23 03:07:19 PST 2023


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

            Bug ID: 252807
           Summary: [web-animations] remove getPropertyAtIndex() and
                    getNumProperties() in favor of an iterable on
                    CSSPropertyAnimation
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at webkit.org
                CC: dino at apple.com, graouts at apple.com

The way we currently iterate over animatable properties is through CSSPropertyAnimation::getNumProperties() and CSSPropertyAnimation::getPropertyAtIndex(). This is not ideal, an iterable would be much better.

-- 
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/20230223/f278ffa9/attachment.htm>


More information about the webkit-unassigned mailing list