About 320,000 results
Open links in new tab
  1. Javascript to only display animated gif when loaded

    Aug 31, 2015 · I have an animated gif banner on my website that is around 2MB. For people with slow connections, I want to include some Javascript that will only display (and start playing) this gif when it is fully loaded, so that the rest of the website will already display whilst the gif is …

  2. 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, and that image has better overall compression than multiple …

    Missing:

    • Banner

    Must include:

  3. JavaScript Lesson 28: Creating Banner Ads

    Displaying banners ads is a common practice for showing advertisements on web pages to the visitors. Banners ads are normally created using standard graphic tools such as Photoshop, Paintbrush Pro, and other software. Banner ads can be static or animated. Animated images are animated GIF files or flash movies.

  4. 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 = "yourAnimation.gif", then append it to the document: document.body.appendChild(img)

    Missing:

    • Banner

    Must include:

  5. Creating Banner Ads in Javascript - JavaScript tutorial

    Apr 3, 2022 · You can create these banner images using standard graphics tools. Let's create four banner images and name them as banner1.jpg, banner2.jpg, banner3.jpg and banner4.jpg. The JavaScript starts by declaring an array to store the banner images using the new Array keywords, as …

  6. Create an Animated Banner with Vanilla JavaScript and the ... - Medium

    Jun 24, 2021 · How to create an expandable library for animating with the JavaScript HTML5 Canvas API and a little CSS.

  7. Creating Cycling Banners | Working with Images in JavaScript

    You might be wondering why you would want to use JavaScript for a cycling banner, rather than just create an animated GIF. One good reason is that it lets you use JPEGs or PNGs in the banner, which gives you higher-quality images.

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

    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 GIFEncoder portions of the library.

    Missing:

    • Banner

    Must include:

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

  10. Animated_GIF - GitHub Pages

    Animated_GIF. 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 can do --and serving as documentation. Basic - demonstrates how to build both single frame and multi frame GIFs

  11. Some results have been removed
Refresh