Skip to content

Instantly share code, notes, and snippets.

@zakirt
zakirt / animated-gif-detect.js
Last active January 12, 2025 22:31
Detecting if GIF file is animated using JavaScript
/**
* @author Zakir Tariverdiev
* @class animatedGifDetect
* @description
* GIF file reader that checks whether GIF image is animated, or not.
* Uses information gathered from the website below:
* http://www.matthewflickinger.com/lab/whatsinagif/bits_and_bytes.asp
*/
(function(window, undefined) {
'use strict';
OSZAR »