On Tue, 16 Aug 2022 03:01:23 GMT, Michael Strauß <mstra...@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ß <mstra...@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