Animicro
Animicro lets you add high-end animations (Awwwards-style) with minimal performance impact. Enable modules in the panel, apply classes like .am-fade, .am-scale, or .am-slide-up in your Page Builder, and you’re done. Philosophy: Utility-first. No complex interfaces, no timelines. Just classes and data-am-* attributes. Free modules Fade (.am-fade) — Smooth appearance with opacity Scale (.am-scale) — Scales from small to full size Slide Up (.am-slide-up) — Slides up when appearing Slide Down (.am-slide-down) — Slides down when appearing Slide Left (.am-slide-left) — Slides in toward the left (from the right edge) Slide Right (.am-slide-right) — Slides in toward the right (from the left edge) Skew Up (.am-skew-up) — Slides up with a slight skew that straightens as it stops (Stripe / Vercel-style) Float (.am-float) — Infinite soft up/down floating motion (continuous) Pulse (.am-pulse) — Infinite gentle scale pulse — breathing-like (continuous) Highlight (.am-highlight) — Animated marker highlight behind text on entry Typewriter (.am-typewriter) — Types text character by character with a blinking cursor Zoom Hover (.am-hover-zoom) — Image scales up smoothly on hover (parent needs overflow: hidden) Each module has its own settings panel with live preview so you can tune duration, easing, delay, and activation margin without leaving the admin. Pro modules (available with Animicro Pro) Blur, Stagger, Grid Reveal, Text Fill on Scroll, Parallax, Image Parallax (window effect), Split Text, and Text Reveal. Plus Smooth Scroll and a Cheat Sheet reference panel. Learn more at animicro.com. Builder compatibility Works with Elementor, Bricks, Breakdance, Oxygen, Divi, and Gutenberg. Dynamic inline CSS adapts per builder so elements stay visible inside editors and animations only run on the live frontend. Advanced Under Animicro → Advanced you can enable Respect Reduced Motion (skips JS-driven animations when the visitor prefers reduced motion) and Debug Mode (outlines .am-* elements and logs script timing in the browser console). External Services This plugin does not connect to any external services. All animation logic runs locally in the visitor’s browser using JavaScript bundled with the plugin. No data is collected, transmitted, or stored outside your WordPress installation. Source Code This plugin includes compiled JavaScript and CSS built with Vite from React (admin panel) and vanilla JS (frontend animations). The full, uncompressed source code is available at: https://github.com/infojorgeml/animicro
Top keywords
- animicro5×1.39%
- slides5×1.39%
- text5×1.39%
- animations4×1.11%
- panel4×1.11%
- slide4×1.11%
- builder3×0.83%
- down3×0.83%
- left3×0.83%
- modules3×0.83%
- motion3×0.83%
- admin2×0.55%
Auto AnimateImage
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. Auto AnimateImage Features Automatically applies AnimateImage script to your site All you have to do is write img elements. No JavaScript, No Shortcode, No Gallery. Common options and animation styles can be customized via Settings screen Compatible widely down to even obsolete WordPress 2.7 AnimateImage Features Displays multiple images continuously like animated GIF. It supports sequential/arbitrary filenames. Supports any image formats supported by Web browsers, such as GIF, PNG, JPEG, JPEG XR (HD Photo), BMP, TIFF, WebP and SVG. Thereby transparent animation with more than 256 colors is available. Many animation options are available, such as animation delay, repeat count, rewind, pause and blank image img elements with data-files attribute are animated automatically. No need for writing JavaScript. Animations are controllable by writing JavaScript. You can start/stop/replay them at any time. Standalone script with 5.6 KB file size, without using JavaScript libraries such as jQuery Supports Internet Explorer, Mozilla Firefox, Google Chrome, Safari, Opera and their older versions How to Install See Installation. How to Use 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. Support Me To keep my motivation, put rating stars and vote compatibility (works/broken) via the right sidebar If you have any questions, view support forum or post a new topic See Localization if you can translate the plugin into your language I would be grateful if you would donate to support plugin development Contact me if you have any feedback Any comments will be very helpful and appreciated. Thank you for your support! Links attosoft.info AnimateImage script Auto AnimateImage plugin Code Examples Example 1: Sequential Filenames Example 2: Arbitrary Filenames Example 3: Format String in Directory Name * data-files attribute is specified with filename or relative path to directory, including format string. Example 4: title/alt Attributes * alt attribute with the value of title attribute will be added if not specified. Example 5: id/class Attributes * class attribute will be added if not specified. default class attribute value is "animation". Example 6: delay/cycleDelay Options * In default, delay option is 500 ms and cycleDelay option is 0 ms. Example 7: repeat/rewind Options * In default, repeat option is -1 (infinite iteration) and rewind option is false. Example 8: pauseAtFirst/Last Options * In default, pauseAtFirst option is false and pauseAtLast option is false. Example 9: showBlank/blankClassName/blankPath/stretchBlank Options (Blank Image) * In default, showBlank option is false and blankClassName option is "blank". Example 10: Arbitrary Attributes Example 11: Arbitrary CSS Properties Localization You can localize the plugin with Poedit. Here is how to translate the plugin into your language. Download Poedit and install it Run Poedit and select your language Input your name and mail address (optional) Open “auto-animateimage/languages/animateimage.pot” file Select original string and input its translation Save the file as “animateimage-[LANG].po” “[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. Japanese (ja) translation by attosoft If you have any questions, feel free to contact me.