Bug 218081

Summary: A change to the static underlying style of a transform-related property should invalidate running accelerated animations
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: dino, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Antoine Quint 2020-10-22 08:37:20 PDT
We add non-interpolating animations to represent each static transform-related property when running accelerated transform-related animations. It's important we change those non-interpolating values should the static CSS property value changes while accelerated animations are in flight.
Comment 1 Radar WebKit Bug Importer 2020-10-22 08:37:42 PDT
<rdar://problem/70574945>
Comment 2 Antoine Quint 2020-10-23 08:28:42 PDT
While it was originally thought that the change to address bug 218080 would require reverting the code change made in r268615 to add this functionality, this is no longer the case and this bug is thus no longer relevant.