Re: [csswg-drafts] [scroll-animations] Support series of scroll offsets (#4912)

@flackr you are right that I confused the offset calculation 🤦 . But your interpretation of it is correct. Basically adjust the computed offsets to maintain the speed.

BTW here is another edge case to consider when writing up the algorithm for this:  `[100, 500, 400]`.
There is at least two ways to handle this 1)  nothing special about last value so we turn this into `[100, 450, 450]` or 2) honor the last value as the intended maximum of the range and produce `[100, 400, 400]`


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

Received on Tuesday, 30 June 2020 20:12:09 UTC