sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.27k stars 1.05k forks source link

Support Material Desing States #1087

Closed sdorof1 closed 4 years ago

sdorof1 commented 4 years ago

Material Design involves the implementation of the control's states based on overlay transparency, see https://material.io/design/interaction/states.html. How JFoenix is implements such a system?

jfoenixadmin commented 4 years ago

Control's state managed already implemented in JavaFX. However for advanced or custom state, you can implement it by listening to multiple properties at the same time.