- From: Moritz Kneilmann via GitHub <sysbot+gh@w3.org>
- Date: Mon, 27 Jun 2022 14:35:19 +0000
- To: public-css-archive@w3.org
I think `lerpsequence` [suggested by @paullewis on Twitter](https://twitter.com/aerotwist/status/1541397440342941696) accurately captures the concept: It's a linear interpolation between a sequence of points. Also `lerpsequence` instead of `lerp` avoids using a general term for a very animation-specific function. Even though `lerp` is commonly used in computer graphics I myself (no cg background) found the term quite to be unintuitive at times. So alternatively `linearsequence` could be used if the term lerp should be avoided. The term lerp is used nowhere on [MDN](https://developer.mozilla.org/en-US/search?q=lerp) nor [whatwg.org](https://www.google.com/search?q=%22lerp%22+site%3Awhatwg.org) and nor [w3.org](https://www.google.com/search?q=lerp+site%3Aw3c.org) suggesting it's not part of "web vocabulary". -- GitHub Notification of comment by MoritzKn Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7419#issuecomment-1167434014 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 27 June 2022 14:35:20 UTC