Change Text on website after 10 seconds 3 times(loop) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Change Text on website after 10 seconds 3 times(loop)

Hello, Im trying to change the content on my website on time. I want to make a "curtain" over the text and when the curtain goes to the side, the text should've changed. But i have no idea how i can do this. I guess i need JQuery, but dont know how to write the code. Thank you for Help!

12th Jul 2020, 8:03 PM
FlyiiingDani
FlyiiingDani - avatar
2 Answers
0
use SetTimeout method of javascript you want it to happen once and if you want it to happen continously then use SetInterval and specify duration which is in milliseconds
12th Jul 2020, 8:15 PM
Pratik Zinjurde
Pratik Zinjurde - avatar
0
you can use javascript which i think will be simple
12th Jul 2020, 8:15 PM
Pratik Zinjurde
Pratik Zinjurde - avatar