Bug 252807

Summary: [web-animations] remove getPropertyAtIndex() and getNumProperties() in favor of an iterable on CSSPropertyAnimation
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Antoine Quint <graouts>
Status: NEW ---    
Severity: Normal CC: ahmad.saleem792, dino, graouts, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Antoine Quint 2023-02-23 03:07:19 PST
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.
Comment 1 Antoine Quint 2023-02-23 03:12:22 PST
Pull request: https://github.com/WebKit/WebKit/pull/10571
Comment 2 Radar WebKit Bug Importer 2023-03-02 03:08:13 PST
<rdar://problem/106136257>
Comment 3 Ahmad Saleem 2023-08-30 05:53:31 PDT
This PR never landed and never got reviewed and will need to be rebased.