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 0.8.3 Released

AnimateImage version 0.8.3 is released.

Sample animation (paused at the first image)
Sample animation (paused at the last image)
Sample animation (displays blank image)

* The left is paused at the first image (0), the middle is paused at the last image (9), and the right displays blank image at the last.

Introduction

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

* For more information, see AnimateImage Official Site.

Changes from Previous Version (0.8.0.3)

Added the following properties to Animations object.

Animations.pauseAtFirst
Whether pauses at the first image in animation. Default is false.
Animations.pauseAtLast
Whether pauses at the last image in animation. Default is false.
Animations.showBlank
Whether displays blank image between animation cycles. Default is false.
If this option is true, animation images are fixed to the size of the first image. This is not availabe in IE7 or earlier because it uses transparent GIF image with data:url.
Animations.cycleDelay
Animation cycle delay. To specify on the millisecond (ms). Default is 0.

Download

animateImage.min.js
  • v0.8.3, 2012-08-16, 2.3 KB
  • Free license (for personal & non-commercial, donate to support)
  • Optimized and compressed code
animateImage.js
  • v0.8.3, 2012-08-16, 8.8 KB
  • Commercial license ($5.00)
  • Uncompressed code with comments
  • Paid support (technical questions, customization, etc.)

Past Releases

Post Tagged with

2 Responses so far.

  1. taro says:

    attosoft様

    こんなに早く実装していただけるとは思っても見なかったです、やりたかった動作が完璧にできるようになりました!本当にありがとうございます!

    • attosoft says:

      こちらこそ保留としていた機能を実装するきっかけになりました。どうもです。あと何回かバージョンアップを重ねる予定ですので、質問やリクエストなどありましたらまたコメントください。

Leave a Reply

Your email address will not be published.