Does anyone know how to add a delay to a link | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Does anyone know how to add a delay to a link

I want to know how to add a delay to a link so you can see the animation before it redirects you

15th Aug 2017, 3:55 PM
Cheesy Game Studios
Cheesy Game Studios - avatar
6 Answers
+ 2
setinterval(); take a sample code using it and go from there
15th Aug 2017, 4:44 PM
Manual
Manual - avatar
+ 6
I forgot that I did that in my digital clock thanks
15th Aug 2017, 5:08 PM
Cheesy Game Studios
Cheesy Game Studios - avatar
+ 5
how do you add a delay in JavaScript
15th Aug 2017, 4:06 PM
Cheesy Game Studios
Cheesy Game Studios - avatar
+ 2
Try using js. To write the link or change a target, to a link after a delay.
15th Aug 2017, 3:59 PM
Manual
Manual - avatar
+ 2
I found this from one of your most popular codes setInterval(GetClock,1000);
15th Aug 2017, 4:47 PM
Manual
Manual - avatar
0
use javascript function getclock();
18th Aug 2017, 2:27 AM
Mayank sahu
Mayank sahu - avatar