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