On 2015/03/02 20:30, Aleksei Semenov wrote:
Hello, everyone.
https://w3c.github.io/web-animations/#distribute-keyframe-spacing-mode
reads:
distribute
Indicates that keyframes with a null keyframe offset null are
positioned so that the difference between subsequent keyframe offsets
are equal.
I believe second word 'null' is redundant.
The same problem is here
https://w3c.github.io/web-animations/#paced-keyframe-spacing-mode
Fixed:
https://github.com/w3c/web-animations/commit/3fc3ba9b3547b2b2cf47b026e12083228fa3ef09
Thanks!
Brian