Top "Delay" questions

Delay refers to amount of time between two events.

Adding delay between execution of two following lines

I need to add delay between the execution of two lines in a(same) function. Is there is any favorable …

objective-c delay execution
Java Delay/Wait

How do I delay a while loop to 1 second intervals without slowing down the entire code / computer it's running on …

java loops delay wait notify
CSS Animations with delay for each child element

I am trying to create a cascading effect by applying an animation to each child element. I was wondering if …

animation css delay css-selectors
How to minimize the delay in a live streaming with ffmpeg

i have a problem. I would to do a live streaming with ffmpeg from my webcam. I launch the ffserver …

ffmpeg streaming delay http-live-streaming webm
How to set 1 second time delay at assembly language 8086

My problem is that I have written a code that is supposed to output a result into a set of …

assembly time delay x86-16
Can I use .delay() together with .animate() in jQuery?

I have this code, which slides open a basket preview on a website I am working on. It stays open …

jquery jquery-animate delay
Android Sleep/Wait/Delay function

first of all, I'm a beginner to android world so please apologize me if it is stupid question.. I'm trying …

android delay sleep thread-sleep
How to set delay in Android onClick function

) I'm in a process of creating a memory game. My problem is that whenever i click for the second time, …

android onclick sleep delay
How to add random delays between the queries sent to Google to avoid getting blocked in python

I have written a program which sends more than 15 queries to Google in each iteration, total iterations is about 50. For …

python delay
Flutter/Dart - Open a view after a delay

I'm trying to find a solution to open a view after a delay in a loading view. I have a …

flutter dart flutter-layout delay flutter-widget