[Webkit-unassigned] [Bug 204116] [Web Animations] Retargeted transitions targeting accelerated properties do not stop the original transition

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 12 08:34:59 PST 2019


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

--- Comment #2 from Antoine Quint <graouts at apple.com> ---
As far as I can tell, there are two issues here:

1. calling cancel() and setting its timeline to null for an accelerated animation has no effect, or at least calling AnimationTimeline::cancelDeclarativeAnimation() does not.

2. while we correctly call AnimationTimeline::cancelDeclarativeAnimation() while hovering out of the text, we don't create a reverse transition. I think this is because the opacity style doesn't reflect the animated value, we'd have to ask the computed style for that.

-- 
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/20191112/042d1cbc/attachment.htm>


More information about the webkit-unassigned mailing list