There's a proposal to add implicit transitions: https://github.com/openjdk/jfx/pull/870 But this is not a plan. The feature may or may not come to JavaFX.
On Thu, Jun 22, 2023 at 6:57 PM Anivie <anivi...@gmail.com> wrote: > > We all know that the CSS features of javafx are developed based on the W3C > CSS2.1 version. Now, the new CSS3 introduces a lot of practical features, > which can help us quickly build amazing modern applications. > > I always think that CSS is an important feature in Javafx, and it is also an > important advantage of javafx and other UI frameworks. In recent years, > although many CSS features are still being added. But, the CSS features of > javafx are constantly lagging behind CSS3, and many commonly used and > important functions, are still not available in javafx. > > Is there any plan to let Javafx update or even refactor the CSS system to > bring features of CSS3 to help us build Javafx applications better? > > -- Anivie