-
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💥 Huge Update Part 3/3 [components, resources]
[Components Module] - Behaviors Package :recycle: MFXCheckboxBehavior: replace ifs with EnumUtils.next(...) utility. Also now the states order has been changed as shown by M3 guidelines: UNSELECTED -> SELECTED -> INDETERMINATE - Controls Package :sparkles: MFXIconButton: added support for animated icon switching :sparkles: MFXCheckbox: added support for animated state change as shown by M3 guidelines. Now the icon of SELECTED and INDETERMINATE state needs to be changed through two new properties since the skin has been modified as well for this - Skins Package :sparkles: MFXCheckboxSkin: implemented animations as shown by M3 guidelines. Now the icon is wrapped in a MFXIconWrapper :sparkles: MFXIconButtonSkin: the icon is now contained by a MFXIconWrapper which is also used to play the icon switch animation :adhesive_bandage: MFXCheckboxSkin and MFXIconButtonSkin: re-enabled ripple generation, oversight of recent update to Skin and Behavior APIs [Resources Module] - Fonts Package :adhesive_bandage: MFXIconWrapper: for how it handles icons add/remove it may happen to cause an IllegalStateException if the change is not done on the application thread, this was not necessary before. Simply ensure we are on FX thread otherwise runLater - Assets/Themes :lipstick: _checkbox.scss: M3 guidelines show a CLIP animation when switching states. Also remove '-mfx-description' properties for the changes mentioned above [Misc] :memo: Added some TODOs as remainders Signed-off-by: palexdev <alessandro.parisi406@gmailÃ.com>
- Loading branch information
palexdev
authored and
palexdev
committed
Sep 24, 2023
1 parent
5dd024c
commit 32d5cee
Showing
19 changed files
with
359 additions
and
163 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.