You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSS Easing 1 briefly defines 2.1. The linear easing function: linear but describes it as a function (despite the lack of ()), and then later on says that it is "simply the linear keyword".
I guess the definition in CSS Easing 1 is an earlier attempt, but now that the definition in CSS Easing 2 is well developed it seems that CSS Easing 1 should be aligned with it. I can see two ways:
Define it as a keyword, which it is, but without reference to an undefined (in that level) linear easing function
Remove the definition, and just let CSS Easing 2 fully define it.