- From: Brian Birtles via GitHub <sysbot+gh@w3.org>
- Date: Mon, 27 Aug 2018 00:25:50 +0000
- To: public-houdini-archive@w3.org
Generally `composite: 'add'` becomes list concatenation and `composite: 'accumulate'` becomes component-wise addition. This matches the behavior in SVG. For `iterationComposite`, we only allow `accumulate` because we were concerned that if you repeat an animation 1000 times doing list concatenation you'll end up with a really long list. (I think we later worked out that wasn't such a big deal, but I can't remember why.) -- GitHub Notification of comment by birtles Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/799#issuecomment-416084345 using your GitHub account
Received on Monday, 27 August 2018 00:25:52 UTC