Forum Discussion
LaurenceBragard
2 months agoCommunity Member
Text typing effect using Javascript
Hi, I have created a course which have several text boxes that animate a text typing effect. These are working perfectly well when I preview the slide. However, when I publish the course to Review or...
PhilMayor
2 months agoSuper Hero
If that is the only javascript in your file I suspect you have typo perhaps you removed one of the " when you edited the variable name.
In the console (F12 in chrome) look for any errors, it may give a line number which you can look at in user.js
The better way would have been to have one trigger with the same variable and on each slide add a trigger to set the value, and then execute the JS