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
It should be possible to compute the output of an easing function, given an input fraction, in calc. Something like: width: calc(100% * interpolate(ease-in-out, 0.7)). The first argument to interpolate() would accept any of the easing functions specified in https://drafts.csswg.org/css-easing-1/#easing-functions.