Contact emails [email protected]
Specification https://drafts.csswg.org/web-animations-2 Summary The iterationComposite property controls how successive iterations of a CSS animation combine with each other, allowing developers to specify whether each successive iteration is calculated independently ("replace") or is accumulated with the final value of the previous iteration ("accumulate"). Blink component Blink>Animation Web Feature ID api.KeyframeEffect.iterationComposite Motivation The `iterationComposite` property specifies whether each animation iteration starts fresh ("replace") or builds upon the previous one ("accumulate"), enabling a wider range of progressive animations using declarative syntax instead of manual value tracking. This property complements others in the Web Animations API which are already implemented in Chromium, particularly `composite` which controls how simultaneous animations combine. Initial public proposal No information provided Requires code in //chrome? False Tracking bug https://issues.chromium.org/issues/41133485 Estimated milestones No milestones specified Link to entry on the Chrome Platform Status https://chromestatus.com/feature/5198590821662720?gate=5185072772808704 This intent message was generated by Chrome Platform Status. -- You received this message because you are subscribed to the Google Groups "blink-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/68faf281.2b0a0220.107ab0.0021.GAE%40google.com.
