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

Michael Strauß mstrauss at openjdk.org
Fri Aug 2 16:21:40 UTC 2024


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

>> 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.
>
> thank you for clarification!
> 
> would it make sense to add an option for programmatic interpolation, i.e. when the app developer does it in code as opposed to CSS?

Yes, I think this would be a good enhancement.

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

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


More information about the openjfx-dev mailing list