RFR: 8311895: CSS Transitions [v23]
Kevin Rushforth
kcr at openjdk.org
Tue Jun 11 22:44:27 UTC 2024
On Wed, 5 Jun 2024 21:59:13 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
>> Implementation of [CSS Transitions](https://www.w3.org/TR/css-transitions-1/).
>>
>> ### Future enhancements
>> CSS transition support for backgrounds and borders: #1471
>>
>> ### Limitations
>> This implementation supports both shorthand and longhand notations for the `transition` property. However, due to limitations of JavaFX CSS, mixing both notations doesn't work:
>>
>> .button {
>> transition: -fx-background-color 1s;
>> transition-easing-function: linear;
>> }
>>
>> This issue should be addressed in a follow-up enhancement.
>
> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
>
> link to easing function images in scene
I've finished testing and reviewing the code. All looks good.
-------------
Marked as reviewed by kcr (Lead).
PR Review: https://git.openjdk.org/jfx/pull/870#pullrequestreview-2111570661
More information about the openjfx-dev
mailing list