Re: [csswg-drafts] [css-easing] Should we include the infinity for output progress value? (#8344)

Getting back to Boris' question about the `progress` member, if the easing function produces NaN, I wonder if it's better to handle that in Web Animations such that it falls back to the identity function (and have `progress` report that). That would be an easy edit and would cover CSS animations and transitions too.

For infinite values perhaps we could let `progress` report `Infinity` and rely on clamping at the point where we calculate the computed value.

(I'm away from my computer now though so I haven't checked the Gecko bug to see if that works there.)

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 22 January 2023 23:04:37 UTC