RFR: 8332895: Support interpolation for backgrounds and borders [v2]
Michael Strauß
mstrauss at openjdk.org
Fri Aug 2 00:40:42 UTC 2024
On Thu, 1 Aug 2024 22:10:31 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
> I note that PR #1471 was originally proposed to address this. Can you highlight the differences? Are any of the comments added to that PR still relevant?
The CSS specification allows specifying separate transitions for sub-properties (see "Independent transitions of sub-properties" in this PR). The previous implementation didn't account for that, while this implementation does. The comments are still applicable where they concern the `Interpolatable` implementations.
> I also note that [JDK-8226911](https://bugs.openjdk.org/browse/JDK-8226911) was added as an issue to the original PR? Should it also be added here?
Yes, I will add it.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1522#issuecomment-2264278865
More information about the openjfx-dev
mailing list