RFR: 8311895: CSS Transitions [v17]

Michael Strauß mstrauss at openjdk.org
Sat May 25 20:40:40 UTC 2024


On Sat, 25 May 2024 10:40:05 GMT, Nir Lisker <nlisker at openjdk.org> wrote:

>> Michael Strauß has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 57 commits:
>> 
>>  - Merge branch 'refs/heads/master' into feature/css-transitions
>>  - extract magic string to named constant
>>  - use existing property in test
>>  - fixed documentation
>>  - Merge branch 'master' into feature/css-transitions
>>  - update 'since' tags
>>  - Fix javadoc error
>>  - Change javadoc comment
>>  - Merge branch 'master' into feature/css-transitions
>>  - Discard redundant transitions in StyleableProperty impls
>>  - ... and 47 more: https://git.openjdk.org/jfx/compare/94aa2b68...a43dee30
>
> modules/javafx.graphics/src/main/java/javafx/animation/Interpolator.java line 277:
> 
>> 275:      * @since 23
>> 276:      */
>> 277:     public enum StepPosition {
> 
> I think it would be helpful to include (or link to) images that show what the steps for each option looks like. The verbal description is a bit technical.

I've included the images that are also used in the CSS reference documentation. Now there are two copies of these images in two different `doc-files` folders, but I guess that's okay.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/870#discussion_r1614863775


More information about the openjfx-dev mailing list