About 516,000 results
Open links in new tab
  1. javascript - How to load a gif animated infinite loop - Stack Overflow

    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.

  2. buzzfeed/libgif-js: JavaScript GIF parser and player - GitHub

    Add a callback for when the gif reaches the end of a single loop (one iteration). The first argument passed will be the gif HTMLElement. loop_delay - Optional.

  3. GIF loop with Javascript - CodePen

    // ===== ***** GIF LOOP ***** ===== var gifArr = ["img"]; setInterval(function() { for (var i = 0; i < gifArr.length; i++) { var gifImg = document.querySelector(gifArr[i]); gifImg.src = gifImg.src + …

  4. JavaScript For Loop - W3Schools

    Different Kinds of Loops. JavaScript supports different kinds of loops: for - loops through a block of code a number of times; for/in - loops through the properties of an object; for/of - loops …

    Missing:

    • GIF

    Must include:

  5. javascript - Iterate JSON GIF collection array to HTML file

    Jul 19, 2015 · Since I've suggested to change the structure of your object, you have to use a different for loop. Applying the changes above explained, and fixing the quotes: for (var i = 0, …

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

    Nov 9, 2016 · I tried displaying a gif animated image inside my HTML code like <img src="preview.gif" loop=infinite /> With or without the loop tag , it always plays once only. Any …

  7. gifwrap - npm

    gifwrap is a minimalist library for working with GIFs in Javascript, supporting both single- and multi-frame GIFs. It reads GIFs into an internal representation that's easy to work with and …

  8. GIF Loop Coder - Animation Functions | egghead.io

    Animating with arrays is super simple with GIF Loop Coder, but using an animation function can give you the power to create much more complex animations.

  9. LCweb-ita/LC-GIF-Player: A javascript player.. for GIFs! - GitHub

    The library works by parsing gif image data in js, extracting individual frames, and rendering them on a canvas element. There is no way to get the raw image data from a normal image load, so …

  10. Can you control GIF animation with Javascript? - Stack Overflow

    If you want to use JavaScript, you’re most likely alternatives are controlling genuine video or using CSS sprites. The benefit of using CSS sprites is that you end up transferring a single image, …

  11. Some results have been removed
Refresh