Re: [csswg-drafts] [css-easing] Allow `steps()` to accept an easing function as the `<step-position>` (#11970)

> Can't you do it with a really long `linear()` function?

Yes, but then you’d need a generator to generate the contents for `linear()`, resulting in a long and highly unreadable string. In contrast, `steps(60, ease);` is very readable, concise, and clearly conveys what it does.

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


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

Received on Friday, 21 March 2025 09:59:36 UTC