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
You can now delay the call to textrotator using setTimeout(function() {...}, delay) - because of the text setting, the HTML will look fine until it kicks in.
You can avoid repeating by setting text to false, optionally using onFinish to start it again (through a recursive call to textrotator) after a delay.
Might not be exactly what you need, but it will hopefully get you on the right track.
Hi there,
Was just wondering if you could instruct me how to delay the start of the function. And then also stop on the last word in the string.
Many thanks!
The text was updated successfully, but these errors were encountered: