RFR: 8311895: CSS Transitions [v2]

Michael Strauß mstrauss at openjdk.org
Mon Mar 18 18:27:39 UTC 2024


On Mon, 31 Jul 2023 13:44:28 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:

>> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Make TransitionEvent final
>
> Some early feedback, it's a lot of code :)

I've implemented @hjohn's suggestion of an interface between `TransitionTimer` and `StyleableProperty` with the new `TransitionMediator` class. This cleans up the code and separates the interacting components.

This PR is now again ready for review.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/870#issuecomment-2004638297


More information about the openjfx-dev mailing list