Add easing option to fade animation (#48)

* Add easing option to fade animation

* Fix German translation
This commit is contained in:
Sefa Eyeoglu
2022-06-26 17:01:05 +02:00
committed by GitHub
parent b944975c9a
commit fe7229c518
4 changed files with 10 additions and 3 deletions

View File

@@ -10,6 +10,8 @@ public class BlurConfig extends MidnightConfig {
public static List<String> blurExclusions = Blur.defaultExclusions;
@Entry(min = 0, max = 5000, width = 4)
public static int fadeTimeMillis = 200;
@Entry
public static boolean ease = true;
@Entry(min = 0, max = 500, width = 3)
public static int radius = 8;
@Entry(isColor = true, width = 7, min = 7)