RFR: 8332895: Support interpolation for backgrounds and borders [v2]

Michael Strauß mstrauss at openjdk.org
Fri Aug 2 15:07:40 UTC 2024


On Fri, 2 Aug 2024 14:52:21 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> CSS Transitions 1 is a feature-complete spec, and it doesn't include an option to specify the transition color space. That might come with CSS Transitions 2, but it's not there yet. I think we should revisit this once the feature has landed in the spec.
>
> pardon my ignorance, could you clarify what a "CSS Transition 1" is?

It's basically the feature level of the specification.
Here's level 1: https://www.w3.org/TR/css-transitions-1/ (this is implemented in JavaFX)
Here's level 2: https://www.w3.org/TR/css-transitions-2/
There seems to be an ongoing discussion around different color interpolation options, but nothing has made it into the level 2 specification yet.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1522#discussion_r1701975936


More information about the openjfx-dev mailing list