standen1 / seanstanden-portfolio

Front End Website for seanstanden.dev
0 stars 0 forks source link

Add entrance animations to header to fix loading problem. #82

Open standen1 opened 1 year ago

standen1 commented 1 year ago

Entrance animations did not fix. Need to debug the navigation component that seems to render before anything else on the screen. Perhaps add another useState variable to handle this.

standen1 commented 1 year ago

Found out that the problem is a bug in NextJS while working with other libraries. One person stated that it is caused by the font loading library that Next now implements. Another stated it is with styled components and motion. Will try the font library first.