Re: [css-animations][web-animations] steps() timing function sometimes unintuitive

Another possibility, working from the idea that steps(N, start/end)
is pretty broken and this is generally the desired way to do
multiple steps (i.e., not step-start and step-end which are a single
step) is that this function with equal steps could simply be:
  steps(N)
with no second argument at all.

-David

-- 
𝄞   L. David Baron                         http://dbaron.org/   𝄂
𝄢   Mozilla                          https://www.mozilla.org/   𝄂
             Before I built a wall I'd ask to know
             What I was walling in or walling out,
             And to whom I was like to give offense.
               - Robert Frost, Mending Wall (1914)

Received on Tuesday, 8 March 2016 23:30:25 UTC