Re: [csswg-drafts] [css-animations] The "via" keyframe selector (#6151)

@SebastianZ the last example I gave, `wiggleAndRainbow`, is, apart from the `via` keyword, already possible. It's not multiple animations within one `@keyframes`, it's still just one animation, the properties are just split (in an admittedly weird way). Either way, it was just an example to demonstrate that you can still utilize `via` even if you have more than one property that you want to linearly interpolate between. In this case, you can indeed just split them, but you may not always want to; for example, if you will only ever use them together and want to only specify one animation in the `animation` property.

-- 
GitHub Notification of comment by vrugtehagel
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6151#issuecomment-1008907700 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 10 January 2022 14:09:24 UTC