Re: [csswg-drafts] [css-timing] reconsider name of frames() timing function

I suspect I'm forgetting something really obvious here but I wonder if maybe we should stop trying to be clever by having `frames(n)` where `n` is the number of frames. Maybe we should just let `n` continue to be the number of steps (i.e. changes in value) and add the `distribute` and `justify` keywords to describe how the steps are aligned within the interval (much like `start` and `end` do).

If we do that `frames(2)` would become `steps(1, distribute)`. Likewise, `frames(4)` would be `steps(3, distribute)`.

`steps(1, justify)` probably equals `steps(1, distribute)`.

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

Received on Thursday, 22 June 2017 05:17:39 UTC