RESOLVED CONFIGURATION CHANGED 188442
animations with transform properties & :active states get stuck running
https://bugs.webkit.org/show_bug.cgi?id=188442
Summary animations with transform properties & :active states get stuck running
Jer Noble
Reported 2018-08-09 10:33:24 PDT
Created attachment 346840 [details] animation-test-transform.html Given an animation definition with @keyframe rules containing transform: properties, and a :active selector which sets the animation-iteration-count to infinite, the animation will not stop when the :active state is removed. An identical animation which uses top: properties in its @keyframe will stop correctly.
Attachments
animation-test-transform.html (1007 bytes, text/html)
2018-08-09 10:33 PDT, Jer Noble
no flags
Radar WebKit Bug Importer
Comment 1 2018-08-09 10:33:52 PDT
Simon Fraser (smfr)
Comment 2 2018-08-09 10:54:30 PDT
Does this happen if you disable "Web Animations and CSS Integration"?
Antoine Quint
Comment 3 2018-08-14 08:07:11 PDT
Actually, unless I misunderstand the test, it appears that Jer's test only works with the Web Animations code path and fails with the old code path.
Note You need to log in before you can comment on or make changes to this bug.