mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-16 03:35:10 +01:00
Blur 3.1.0 - 1.20 & Fade Out Fix
- Update to 1.20 - Fix fade out applying to screens without blur - Enable fade out effect by default
This commit is contained in:
@@ -21,7 +21,7 @@ public class BlurConfig extends MidnightConfig {
|
||||
@Entry(category = style, min = 0, max = 5000, width = 4)
|
||||
public static int fadeTimeMillis = 200;
|
||||
@Entry(category = style, min = 0, max = 5000, width = 4)
|
||||
public static int fadeOutTimeMillis = 0;
|
||||
public static int fadeOutTimeMillis = 200;
|
||||
@Entry(category = style)
|
||||
public static boolean ease = true;
|
||||
@Entry(category = style, isSlider = true, min = 0, max = 100)
|
||||
|
||||
Reference in New Issue
Block a user