RFR: 8311895: CSS Transitions [v19]

Michael Strauß mstrauss at openjdk.org
Sun May 26 08:08:26 UTC 2024


On Sat, 25 May 2024 23:19:03 GMT, Nir Lisker <nlisker at openjdk.org> wrote:

>> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   added documentation
>
> modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html line 749:
> 
>> 747:         <li>The property value is set programmatically</li>
>> 748:         <li>The property is bound</li>
>> 749:         <li>The node becomes invisible</li>
> 
> I would mention that this relates to the `visible` property and not to the `opacity` one (the node is invisible if opacity is 0).
> 
> Other than that, looks good.

I've changed it to `The node (or any of its parents) is invisible, as indicated by the Node.visible property`.

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

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


More information about the openjfx-dev mailing list