RFR: 8311895: CSS Transitions [v23]
Markus Mack
mmack at openjdk.org
Wed Jun 12 07:34:31 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
Marked as reviewed by mmack (Author).
-------------
PR Review: https://git.openjdk.org/jfx/pull/870#pullrequestreview-2112189009
More information about the openjfx-dev
mailing list