smoother transition from old to new theme, independent of UI complexity, when using animated theme change

This commit is contained in:
Karl Tauber
2020-08-31 18:10:54 +02:00
parent faffc9393d
commit 5923ac65df
2 changed files with 31 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ FlatLaf Change Log
## Unreleased
#### New features
#### New features and improvements
- Added API to register packages or folders where FlatLaf searches for
application specific properties files with custom UI defaults (see
@@ -12,6 +12,8 @@ FlatLaf Change Log
application.
- Extras: `FlatSVGIcon` now allows specifying `ClassLoader` that is used to load
SVG file. (issue #163)
- Smoother transition from old to new theme, independent of UI complexity, when
using animated theme change (see [FlatLaf Extras](flatlaf-extras)).
#### Fixed bugs