Integrated: 8311895: CSS Transitions
Michael Strauß
mstrauss at openjdk.org
Thu Jun 13 19:20:26 UTC 2024
On Tue, 16 Aug 2022 03:01:23 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.
This pull request has now been integrated.
Changeset: 762f5902
Author: Michael Strauß <mstrauss at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/762f5902cdd2e6297996baf24f7a3e3ee8e26560
Stats: 4698 lines in 43 files changed: 4655 ins; 4 del; 39 mod
8311895: CSS Transitions
Reviewed-by: mmack, nlisker, kcr
-------------
PR: https://git.openjdk.org/jfx/pull/870
More information about the openjfx-dev
mailing list