
Auto AnimateImage Settings screen
Auto AnimateImage is WordPress plugin that applies AnimateImage script to your site automatically. AnimateImage displays multiple images continuously like animated GIF. All you have to do is write img element like below, and the image will be animated automatically.
As you know, animated GIF is the most common animation format, but it supports up to only 256 colors. There are some alternative animation formats such as APNG, MNG, JNG, Motion JPEG and SVG Animation. However they are currently not widely supported by Web browsers. That is why AnimateImage is the most appropriate method for animated images.
img elements. No JavaScript, No Shortcode, No Gallery.img elements with data-files attribute are animated automatically. No need for writing JavaScript.See Installation.
All you have to do is write img elements with data-files attribute, and the images will be animated automatically. You can animate multiple images with sequential number, zero-padded sequential number, sequential alphabet and arbitrary filenames.
AnimateImage supports many animation options such as animation delay, repeat count, rewind, pause and blank image. You can specify them with data-* attributes like below.
See Code Examples for more information.
Any comments will be very helpful and appreciated. Thank you for your support!
* data-files attribute is specified with filename or relative path to directory, including format string.
* alt attribute with the value of title attribute will be added if not specified.
* class attribute will be added if not specified. default class attribute value is "animation".
* In default, delay option is 500 ms and cycleDelay option is 0 ms.
* In default, repeat option is -1 (infinite iteration) and rewind option is false.
* In default, pauseAtFirst option is false and pauseAtLast option is false.
* In default, showBlank option is false and blankClassName option is "blank".

Localization
You can localize the plugin with Poedit. Here is how to translate the plugin into your language.
“[LANG]” is a language code. For instance, “de_DE” is for German, “sv_SE” is for Swedish, “pt_BR” is for Portuguese spoken in Brazil. If you want to know your language code, see WordPress in Your Language. If you need more information, see Translating WordPress.
I would be grateful if you would send me any translation files. Here are the available translations included in the latest plugin.
If you have any questions, feel free to contact me.