- From: Joey Arhar via GitHub <sysbot+gh@w3.org>
- Date: Tue, 11 Apr 2023 18:17:03 +0000
- To: public-css-archive@w3.org
> To implement not canceling the animation when an animation sets display:none, I used similar spots in the style resolution code but set a flag on the element when the animation sets display:none, so that the element knows that it shouldn't cancel the animation right after it recalcs its own style. > the implementation experience suggests that this works (and also that it has fewer special cases). Yeah it turns out that not canceling the animation is much easier to implement, I actually don't need to mess with the style resolution code at all that I mentioned earlier like I did in order to implement the display:revert behavior -- GitHub Notification of comment by josepharhar Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6429#issuecomment-1503874628 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 11 April 2023 18:17:04 UTC