Re: [blink-dev] Intent to Ship: Linear easing function

2023-03-14 Thread Daniil Sakhapov
tracking bug for DevTools part: https://bugs.chromium.org/p/chromium/issues/detail?id=1421241 On Monday, March 13, 2023 at 11:15:30 AM UTC+1 Daniil Sakhapov wrote: > ok, I'll rename it! > > On Wednesday, March 8, 2023 at 3:57:48 PM UTC+1 Manuel Rego wrote: > >> This has been already approved. >

Re: [blink-dev] Intent to Ship: Linear easing function

2023-03-13 Thread Daniil Sakhapov
ok, I'll rename it! On Wednesday, March 8, 2023 at 3:57:48 PM UTC+1 Manuel Rego wrote: > This has been already approved. > > Anyway one minor question, why are the WPT tests marked as "tentative"? > https://wpt.fyi/results/css/css-easing > > Maybe now that is shipping in 2 browsers we could renam

Re: [blink-dev] Intent to Ship: Linear easing function

2023-03-08 Thread Manuel Rego Casasnovas
This has been already approved. Anyway one minor question, why are the WPT tests marked as "tentative"? https://wpt.fyi/results/css/css-easing Maybe now that is shipping in 2 browsers we could rename them. Cheers, Rego On 07/03/2023 16:57, Mike Taylor wrote: > LGTM2 > > On 3/7/23 6:10 AM, Yo

Re: [blink-dev] Intent to Ship: Linear easing function

2023-03-07 Thread Mike Taylor
LGTM2 On 3/7/23 6:10 AM, Yoav Weiss wrote: LGTM1 given the fact we'd be catching up to Gecko here, and the developer interest in this. On Thu, Mar 2, 2023 at 10:38 PM Bienes Raices Vargas y A wrote: 2023-03-01 7:24 GMT-06:00, Yoav Weiss : > On Tue, Feb 28, 2023 at 9:04 PM Mike Tayl

Re: [blink-dev] Intent to Ship: Linear easing function

2023-03-07 Thread Yoav Weiss
LGTM1 given the fact we'd be catching up to Gecko here, and the developer interest in this. On Thu, Mar 2, 2023 at 10:38 PM Bienes Raices Vargas y A < www.bancoaztecaa...@gmail.com> wrote: > 2023-03-01 7:24 GMT-06:00, Yoav Weiss : > > On Tue, Feb 28, 2023 at 9:04 PM Mike Taylor > wrote: > > > >>

Re: [blink-dev] Intent to Ship: Linear easing function

2023-03-02 Thread Daniil Sakhapov
Hi all! I've asked DevTools team to create a tracking bug, I'll add it once it's created. Explainer: One can create an easing function with any number of intermediate points and have a linear interpolation between them, this allows to create animations like bouncing and approximation of any co

Re: [blink-dev] Intent to Ship: Linear easing function

2023-03-01 Thread Yoav Weiss
On Tue, Feb 28, 2023 at 9:04 PM Mike Taylor wrote: > On 2/28/23 7:25 AM, Daniil Sakhapov wrote: > > Contact emails sakha...@chromium.org > > An explainer (even a short & inlined one) would have been helpful here to understand what the feature does and how developers will use it. > Specification

Re: [blink-dev] Intent to Ship: Linear easing function

2023-02-28 Thread Mike Taylor
On 2/28/23 7:25 AM, Daniil Sakhapov wrote: Contact emails sakha...@chromium.org Specification https://w3c.github.io/csswg-drafts/css-easing/#the-linear-easing-function Summary Introduces linear() easing function that allows linear interpolation between a number o

[blink-dev] Intent to Ship: Linear easing function

2023-02-28 Thread Daniil Sakhapov
Contact emailssakha...@chromium.org Specification https://w3c.github.io/csswg-drafts/css-easing/#the-linear-easing-function Summary Introduces linear() easing function that allows linear interpolation between a number of points. Note: Requires implementation work from the DevTools team in the l