This commit is contained in:
Gerard Burns 2024-04-05 06:52:50 +01:00
parent 40288ca371
commit 41139a0dd4
1 changed files with 3 additions and 3 deletions

View File

@ -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"