- From: CSS Meeting Bot via GitHub <noreply@w3.org>
- Date: Wed, 16 Jul 2025 16:50:34 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `[css-animations-2] Add / separator before animation-trigger exit range`, and agreed to the following: * `RESOLVED: Add / delimiter to syntax for animation-trigger` <details><summary>The full IRC log of that discussion</summary> <kbabbitt> ydaniv: context: talking about animation behaviors<br> <kbabbitt> ... more specifically scroll triggered animations<br> <kbabbitt> ... what we have is animation that triggered when an element enters view and it has a view timeline<br> <kbabbitt> ... and specified range<br> <kbabbitt> ... set the actual active range, when that range is entered, animation is triggered based on behavior of trigger<br> <kbabbitt> ... if that behavior is set to repeat, then when the active range is exited, the behavior is to reset the animation<br> <kbabbitt> ... that can create visual jank<br> <kbabbitt> ... as we exit range, after user entered default range, then range can be expanded to exit range<br> <kbabbitt> ... can be specified by developer<br> <kbabbitt> ... in order to increase range where element needs to exit<br> <kbabbitt> ... then the author can avoid this visual jank<br> <kbabbitt> ... this is why you have a default and an exit range<br> <kbabbitt> ... because these are two values that are the same syntax<br> <kbabbitt> ... and you have several ways of specifying them<br> <kbabbitt> ... for example one value, two values, three values, four values<br> <kbabbitt> ... it can be ambiguous whether you wanted to specify exit range, or use one value for entry and one for exit<br> <kbabbitt> ... proposal is to add / delimiter<br> <kbabbitt> Rossen9: any feedback?<br> <TabAtkins> +1 to the /, I think<br> <fantasai> +1<br> <flackr> +1<br> <kbabbitt> flackr: seems reasonable<br> <kbabbitt> Proposal: Add / delimiter to syntax for animation-trigger<br> <kbabbitt> Rossen9: objections?<br> <kbabbitt> RESOLVED: Add / delimiter to syntax for animation-trigger<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11948#issuecomment-3079438590 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 16 July 2025 16:50:35 UTC