Re: RFR: 8332895: Support interpolation for backgrounds and borders [v38]

2024-09-16 Thread Andy Goryachev
On Sat, 14 Sep 2024 07:46:51 GMT, Michael Strauß wrote: >> This PR completes the CSS Transitions story (see #870) by adding >> interpolation support for backgrounds and borders, making them targetable by >> transitions. >> >> `Background` and `Border` objects are deeply immutable, but not >>

Re: RFR: 8332895: Support interpolation for backgrounds and borders [v38]

2024-09-14 Thread Michael Strauß
On Sat, 14 Sep 2024 07:42:45 GMT, Nir Lisker wrote: > Approving from the perspective of the API with the remark that there is a > theoretical API break for `TransitionEvent`. Thanks for the review! I added the changed `TransitionEvent` API as a compatibility risk in the CSR. - PR

Re: RFR: 8332895: Support interpolation for backgrounds and borders [v38]

2024-09-14 Thread Michael Strauß
> This PR completes the CSS Transitions story (see #870) by adding > interpolation support for backgrounds and borders, making them targetable by > transitions. > > `Background` and `Border` objects are deeply immutable, but not > interpolatable. Consider the following `Background`, which descr

Re: RFR: 8332895: Support interpolation for backgrounds and borders [v38]

2024-09-14 Thread Nir Lisker
On Sat, 14 Sep 2024 07:43:41 GMT, Michael Strauß wrote: >> This PR completes the CSS Transitions story (see #870) by adding >> interpolation support for backgrounds and borders, making them targetable by >> transitions. >> >> `Background` and `Border` objects are deeply immutable, but not >>