DatGeekUKnow / my_website

0 stars 0 forks source link

AnimatedLetters class only working properly on Home component #2

Closed DatGeekUKnow closed 1 year ago

DatGeekUKnow commented 1 year ago

title says it all.

DatGeekUKnow commented 1 year ago

About and Contact pages should behave in the same way the home page behaves.

DatGeekUKnow commented 1 year ago

The error was in using different names for the same argument. "idx" and "delay" were both being used to construct the AnimatedLetters objects.

I've gone through and changed them all to "delay", since the argument determines the length of the animation.