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); })();

2 Responses so far.

  1. cyon says:

    任意の画像名にできる機能ホントに嬉しいです!
    これで、他のjavascriptで実装していた点滅させる機能も
    AnimateImageひとつでできます。

    ホントにありがとうございます!><

  2. attosoft says:

    > 任意の画像名にできる機能ホントに嬉しいです!
    > これで、他のjavascriptで実装していた点滅させる機能も
    > AnimateImageひとつでできます。

    確かに画像の点滅のような動作を AnimateImage で実現できますね。

    visibility 切り替えの方がスマートかもしれませんが AnimateImage の活用方法の一つとして参考になります。

Leave a Reply

Your email address will not be published.