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
>>
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
> 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
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
>>