About 473,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 with Custom …

    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. There are endless GIF-making

    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. 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 …

  5. How to Create an Animated GIF from Custom Canvas Frames with …

    Feb 26, 2022 · In 1 of my more recent articles, I explored the use of GIFEncoder.js to convert a short Video Clip (.mp4, .avi, etc.) into a Graphics Interchange Format (GIF) file and detailed a …

  6. Animated_GIF - GitHub Pages

    A library that makes creating animated GIFs easy. Everything is client-side, using JavaScript. Get the source and start animating today! Here are a few examples demonstrating what the library …

  7. How to add an animation gif to a javascript program

    Oct 24, 2020 · Either way, in your checkGuess function where correct = true you could create an img element: let img = document.createElement("img"), add the image source: img.src = …

  8. Encode Animated GIF in Javascript - Ryan Higdon

    Apr 30, 2023 · These are the three libraries you will need to have for this to work. Node is our Javascript run-time, canvas adds the html5 canvas to the node eco-system, and finally the gif …

  9. gif.js - jnordberg.github.io

    Full-featured JavaScript GIF encoder that runs in your browser.

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

    May 11, 2023 · Import gif.js into your project. Create a gif instance. Load the worker using the workerScript option in the gif constructor. Add frames to the gif instance using the …

  11. Some results have been removed