var _gaq = _gaq || []; _gaq.push([\'_setAccount\', \'UA-13211647-1\']); _gaq.push([\'_trackPageview\']); (function() { var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true; ga.src = (\'https:\' == document.location.protocol ? \'https://ssl\' : \'http://www\') + \'.google-analytics.com/ga.js\'; var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s); })();

AnimateImage 1.1.3 Released

AnimateImage version 1.1.3 is released.

* Arbitrary blank image is displayed between animation cycles

Introduction

AnimateImage is a JavaScript library which displays multiple images continuously like animated GIF.

* For more information, see AnimateImage Official Site.

Changes from Previous Version (1.1.1)

  • Added options.blankPath option. File path of blank image can be specified arbitrarily. Default is GIF image specified with data:url that is not supported by IE7 or earlier.
  • Added options.stretchBlank option to specify whether to stretch blank image. Blank image is displayed in original size for false, in the size of last image for true. Default is true。
  • Fixed a bug that “false”, specified with data-* attribute in img elements, is evaluated to true
    • Before: false only when attribute is empty string or omitted (i.e. true for “false”)
    • After: true for “true”, “yes”, “on” and “1”, false for “false”, “no”, “off”, “0” and “”
  • Displays blank image in the size of last image instead of first image

Download

animate-image.min.js
  • v1.1.3, 2012-09-23, 6.0 KB
  • Free license (for personal & non-commercial, donate to support)
  • Optimized and compressed code
animate-image.js
  • v1.1.3, 2012-09-23, 24.2 KB
  • Commercial license ($5.00)
  • Uncompressed code with comments
  • Paid support (technical questions, customization, etc.)

Past Releases

Post Tagged with

Leave a Reply

Your email address will not be published.