Project translated automatically.
Log in
or
register,
to view the original
Hello, I am using a widget to display animated text (typewriter effect):
https://codepen.io/pen?template=JjVmVdG
Words to construct the phraseString1StaticString2
StaffYourStoryBuildInfrastructurePrioritizeResourcesTargetOutcomesAmplifyImpactChartMessageElevateNarrative
All words need to be printed sequentially with an equal interval of 1.5 seconds. In other words, a word from String1 is printed, delayed by 1.5 seconds, the current word from String2 is deleted, and the next word is printed, and so on.
I hope this explanation is clear. The first words work as intended in the provided link, but it is not a solution, just an example of how it should be, because manually adjusting the delay will cause everything to become unsynchronized on the second loop.
If you have any additional questions, I will be happy to answer. Thank you.