About 227,000 results
Open links in new tab
  1. ♻️ JavaScript Visualized: Event Loop - DEV Community

    Nov 20, 2019 · I’m a visual learner so I thought I’d try to help you by explaining it in a visual way through low-res gifs because it's 2019 and gifs are somehow still pixelated and blurry. But first, what is the event loop and why should you care? JavaScript is single-threaded: only one task can run at a time. Usually that’s no big deal, but now ...

  2. javascript - Play Gif image in HTML with infinite loop - Stack Overflow

    Nov 9, 2016 · Looping is encoded into the GIF itself, not the img tag. Open the GIF in an image editor and change the mode to loop, or use a different GIF. The loop attribute is an invalid, deprecated attribute only meant to work when the src is a video.

  3. ♻️ JavaScript Visualized: Event Loop - Phuc's blog

    Jul 11, 2023 · I’m a visual learner so I thought I’d try to help you by explaining it in a visual way through low-res gifs because it's 2019 and gifs are somehow still pixelated and blurry. But first, what is the event loop and why should you care?

  4. Can Jquery know when my animated gif has ended?

    Apr 22, 2013 · If you have a GIF with a set number of frames and without loop, you can make javascript use setTimeout to trigger your event. With this though, it has a very high chance of going out of sync simply because you are playing a guessing game whether the rendering of the GIF will play out at the same speed as the javascript execution each time.

  5. Simplify JavaScript's Async Concepts with One GIF

    Nov 2, 2023 · The answer lies in the JavaScript Event Loop, a fundamental concept that governs the execution of code. In this blog post, we'll break down the key components of the event loop and how they work together to keep your web applications running seamlessly.

  6. Event Loop Visualized: Unveiling the Mysterious Enigma - LinkedIn

    Jun 8, 2023 · In this article, we will dive into the event loop and explore its inner workings of how it selects and executes tasks, both asynchronously and synchronously. We'll use a visualization tool...

  7. Event Loop in Javascript

    Feb 20, 2025 · Every JavaScript developer encounters this at some point, but it can be tricky to grasp at first. As a visual learner, I wanted to make it easier for you by explaining it with simple, low-res GIFs. But first, what is the event loop and why should you care?

  8. javascript - How to load a gif animated infinite loop - Stack Overflow

    Oct 12, 2016 · I take it you want the GIF to loop, (repeat over and over again) This does not need code persay, the GIF just needed to be edited. Here's the looped version of your GIF. No problem!

  9. Node.js animated: Event Loop - DEV Community

    Nov 5, 2022 · * The event loop connects the queue with the call stack. It checks if the latter is empty and moves the first queue item for execution. The code is available at https://github.com/fabrilallo/event-loop-1. Try to figure out what the …

  10. Simplify JavaScript’s Async Concepts with One GIF

    Nov 10, 2023 · Simplify JavaScript’s Async Concepts with One GIF. Have you ever wondered how JavaScript manages to handle asynchronous tasks while ensuring smooth and responsive web applications? The answer...

  11. Some results have been removed
Refresh