You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Took me a while to figure out why my code was skipping over every other word then I went to your demo and saw its doing the same thing, what it should be doing is going from "Simple" to "Customizable" to "Light Weight" to "Easy", and then back around but it skips, which probably isn't a big deal when you have an odd number of words, but when you have an even number you can really tell it doesn't work, also on your demo you can see it keeps going back and forth between "Simple" and "Light Weight".
Appears to only be happening when using fade...
How can I fix this?
The text was updated successfully, but these errors were encountered:
Took me a while to figure out why my code was skipping over every other word then I went to your demo and saw its doing the same thing, what it should be doing is going from "Simple" to "Customizable" to "Light Weight" to "Easy", and then back around but it skips, which probably isn't a big deal when you have an odd number of words, but when you have an even number you can really tell it doesn't work, also on your demo you can see it keeps going back and forth between "Simple" and "Light Weight".
Appears to only be happening when using fade...
How can I fix this?
The text was updated successfully, but these errors were encountered: