maybe fixed glitch

This commit is contained in:
steven 2021-07-20 17:27:01 -07:00
parent 77fd5bbeee
commit e2ca12132c
1 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@ const HeroSectionHome = () => {
//let heroText = useRef(null)
const tl = gsap.timeline()
let app = useRef(null)
let App = useRef(null)
useEffect(() => {
gsap.to(app.current, 0, {css: {visibility:'visible'}})
gsap.to(App.current, 0, {css: {visibility:'visible'}})
/*
const tagOne = heroText.children[0];