diff --git a/src/data/scrollRevealConfig.js b/src/data/scrollRevealConfig.js index 2207f6e54..9e54b915f 100755 --- a/src/data/scrollRevealConfig.js +++ b/src/data/scrollRevealConfig.js @@ -25,42 +25,42 @@ export const targetElements = [ { element: ".hero-cta", animation: { - delay: 1000, + delay: 700, origin: window.innerWidth > 768 ? "left" : "bottom", }, }, { element: ".about-wrapper__image", animation: { - delay: 600, + delay: 400, origin: "bottom", }, }, { element: ".about-wrapper__info", animation: { - delay: 1000, + delay: 600, origin: window.innerWidth > 768 ? "left" : "bottom", }, }, { element: ".project-wrapper__text", animation: { - delay: 500, + delay: 300, origin: window.innerWidth > 768 ? "left" : "bottom", }, }, { element: ".project-wrapper__image", animation: { - delay: 1000, + delay: 600, origin: window.innerWidth > 768 ? "right" : "bottom", }, }, { element: ".contact-wrapper", animation: { - delay: 800, + delay: 500, origin: "bottom", }, },