Questions tagged [infinite]

An infinite structure or process is one which does not terminate. Infinite loops or structures may be bugs in certain contexts, but also may be desired behavior, particularly in server-processes or lazy languages.

An infinite structure or process is one which does not terminate. Infinite loops or structures may be bugs in certain contexts, but also may be desired behavior, particularly in server-processes or lazy languages.

1090 questions
-1
votes
1 answer

Make fade in-out effect runs infinite (pure JS, not jQuery)

I was searching a script to make a div to fade in and out, and found this question fade in and fade out in pure javascript without jquery User bgoldst gave a nice solution that worked for me. But I would need the fade in-out to run in loop, not…
b1919676
  • 92
  • 2
  • 8
-1
votes
1 answer

Defining an infinite loop for Python Selenium, it currently needs improvement

My script serves as a web browser that is browsing the net according to the website provided on links.txt and the time interval stated. It should be available 24/7. Does anybody see any possible way to improve the code according to the goal of the…
R.DL
  • 3
  • 1
  • 3
-1
votes
3 answers

How can i make this function infinite while hovering

this function changes the classes of my links to change color when i hover on them, but they only change once when i hover. how can i make it so while i'm hovering the class keeps changing?