idk I'm lazy
This commit is contained in:
parent
dfcea20497
commit
27d84c3a50
7 changed files with 79 additions and 13 deletions
|
|
@ -61,6 +61,14 @@ in {
|
|||
speed = 20;
|
||||
curve = slowFade;
|
||||
};
|
||||
fadeLayers = {
|
||||
speed = 1.5;
|
||||
curve = linear;
|
||||
};
|
||||
fadeSwitch = {
|
||||
speed = 3;
|
||||
curve = easeOut;
|
||||
};
|
||||
|
||||
windows = {
|
||||
speed = 3;
|
||||
|
|
@ -74,10 +82,6 @@ in {
|
|||
style = "popin";
|
||||
};
|
||||
|
||||
fadeLayers = {
|
||||
speed = 1.5;
|
||||
curve = linear;
|
||||
};
|
||||
fadeOut = {
|
||||
speed = 10;
|
||||
curve = linear;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue