wip
This commit is contained in:
parent
40288ca371
commit
41139a0dd4
|
@ -56,14 +56,14 @@
|
|||
const color = [{ backgroundColor: previousStyles.backgroundColor }, { backgroundColor: currentStyles.backgroundColor }];
|
||||
|
||||
const fadeInTiming = {
|
||||
duration: 150,
|
||||
delay: 150,
|
||||
duration: 200,
|
||||
delay: 100,
|
||||
iterations: 1,
|
||||
easing: "ease-in",
|
||||
fill: "both"
|
||||
};
|
||||
const fadeOutTiming = {
|
||||
duration: 150,
|
||||
duration: 200,
|
||||
iterations: 1,
|
||||
easing: "ease-in",
|
||||
fill: "forwards"
|
||||
|
|
Loading…
Reference in New Issue