diff options
Diffstat (limited to 'src/components/Branding/Branding.tsx')
| -rw-r--r-- | src/components/Branding/Branding.tsx | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/components/Branding/Branding.tsx b/src/components/Branding/Branding.tsx index 4ec52c3..07b9259 100644 --- a/src/components/Branding/Branding.tsx +++ b/src/components/Branding/Branding.tsx @@ -24,7 +24,7 @@ const Branding: BrandingReturn = ({ isHome = false }) => {      if (logoRef.current) {        logoRef.current.style.setProperty(          '--branding-logo-animation', -        'flip-logo 5.4s ease-in 0s 1' +        'flip-logo 6.4s ease-in 0s 1'        );      }    }, []); @@ -33,7 +33,7 @@ const Branding: BrandingReturn = ({ isHome = false }) => {      if (titleRef.current) {        titleRef.current.style.setProperty(          '--branding-name-animation', -        'blink 0.5s ease-in-out 0s 1, branding-name-typing 2.8s linear 0s 1' +        'blink 0.5s ease-in-out 0s 1, branding-name-typing 3s linear 0s 1'        );      }    }, []); @@ -42,7 +42,7 @@ const Branding: BrandingReturn = ({ isHome = false }) => {      if (jobRef.current) {        jobRef.current.style.setProperty(          '--branding-job-animation', -        'branding-job-typing 7s linear 0s 1, blink 0.8s ease-in-out 5s 3' +        'branding-job-typing 8s linear 0s 1, blink 0.8s ease-in-out 6s 3'        );      }    }, []); | 
