REMINDER
Animated text, change type
-
Hello everyone, I have a client who asked me if I could make the text type out the animated line just once.
I was wondering if this could be done by editing the code somehow? -
Hi Tio - Can you search online for a reference to show the effect you're trying to reproduce?
-
Hey Daniel,
I was trying to use the typing effect, which is cool. The only issue is the client wants the typing to stop after the sentence rather than keep repeating.
This is what we are trying to get: [https://codepen.io/Mrshcom/pen/uHEpv](link url)
And this is the site we created: [https://share.getcloudapp.com/rRu0wJBy(link url)
Any help would be awesome.
Thanks
-
Hi Tio,
Isn't the animated text plugin what you're looking for?
-
Hey Wassim,
Yes it is, but the client wants the effect to happen once rather than keep repeating.The animated text plugin repeats the effect depending on the time speed set, we would like it to only do it once like this:
[https://codepen.io/Mrshcom/pen/uHEpv](link url)I was hoping there was a way around it, by maybe editing the code or something to stop the effect repeating?
-
As a quick 'hack', you could use the animated text plugin. Then, open the source code and change
data-delay="xxxx"
To a big number, like "999999999"
Then, it will repeat so infrequently that it probably won't be seen.
Like I said, this is a hack.... but maybe it works for you
-
Bing Go!!!!!!!!!!
I did try that Daniel before but the number was too small so it didn't make much difference.
With the number value you mentioned it worked!!!!!!!!Awesome guys and thanks again Daniel for the help