About 726,000 results
Open links in new tab
  1. 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, …

  2. JavaScript: Create an Animated GIF from scratch ... - The Tech …

    Jun 11, 2023 · Let's dive into the implementation details and code examples to create an animated GIF image from scratch using JavaScript and Canvas frames.

  3. Making GIFs in JavaScript - Medium

    Oct 15, 2021 · To start, I downloaded gif-encoder-2 and canvas via npm. gif-encoder-2 is one library that allows for the easy creation of GIFs in JavaScript. canvas assists this library in …

  4. How To JS Animate - W3Schools

    Learn how to create animations using JavaScript. Try it Yourself » To demonstrate how to create HTML animations with JavaScript, we can use a simple web page. To make an animation …

  5. Pure JavaScript HTML5 to (Animated) GIF Conversion - GitHub

    Based on as3gif Ported by Kevin Kwok. AS3GIF lets you play and encode animated GIF's with ActionScript 3. Since web pages can usually natively play GIFs fine, it's only a port of the …

  6. Make GIF in Javascript from multiple images without any library

    Feb 13, 2018 · Using this method, I can make a simple code to change between two images every second (explanatory comments to the right, scroll to see them better): var picture = …

  7. Creating click-to-play gifs with vanilla JavaScript

    Sep 9, 2019 · As I had to do some research to make the gifs in a recently published post click-to-play by only using vanilla JavaScript I will show you the method I finally ended up using. …

  8. Encode Animated GIF in Javascript - Ryan Higdon

    Apr 30, 2023 · Node is our Javascript run-time, canvas adds the html5 canvas to the node eco-system, and finally the gif-encoder-2 will handle the actual encoding of the frames. I used a …

  9. gif.js - jnordberg.github.io

    Full-featured JavaScript GIF encoder that runs in your browser. workers: 2, quality: 10 . // add a image element . // or a canvas element . // or copy the pixels from a canvas context . …

  10. Creating gifs using gif.js. Here’s how to use gif.js: | by 김원중 ...

    May 11, 2023 · By following these steps, you can easily create gifs using gif.js. You can add frames to your gif by selecting the format that is easy for you to use and desired for your …

  11. Some results have been removed
Refresh