Bug 218081 - A change to the static underlying style of a transform-related property should invalidate running accelerated animations
Summary: A change to the static underlying style of a transform-related property shoul...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-10-22 08:37 PDT by Antoine Quint
Modified: 2020-10-23 08:28 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.