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%
KineticHub – Animated Blocks
KineticHub is a lightweight suite of animated Gutenberg blocks for designers, agencies, developers, and site builders who want to add motion, media, and interactive UI effects to WordPress pages without leaving the block editor. The plugin includes visual blocks for animated typography, video modals, audio players, before-and-after image comparisons, marquees, interactive buttons, hero backgrounds, scroll dividers, split scroll layouts, cursor reveal lists, ambient visuals, and motion-ready containers. KineticHub is designed for modern WordPress workflows. Blocks can be inserted, configured, and reused directly inside the editor, while frontend assets are loaded through WordPress block asset registration. Use KineticHub to build: Animated landing page sections Portfolio and agency pages Interactive hero areas Product and service highlights Editorial layouts with motion Media-rich Gutenberg pages Lightweight visual effects without a page builder dependency View demos and documentation at: https://getkinetichub.com KineticHub includes 12 Gutenberg blocks. The full block list is available in the Blocks section below. Performance Focused KineticHub is designed to avoid unnecessary page weight and unnecessary frontend execution. Block assets are loaded through WordPress block asset registration. Shared runtime behavior is handled by lightweight frontend assets. Video embeds are initialized lazily after user interaction where supported by the block setup. Motion-heavy effects respect reduced-motion preferences. Global motion settings can be configured from the KineticHub dashboard. Blocks are designed to work with modern WordPress themes and performance optimization tools. Accessibility KineticHub includes accessibility-oriented behavior across supported blocks. Reduced-motion support for users who prefer less animation. Keyboard focus handling where interactive controls are used. Screen-reader friendly fallback text for animated typography. ARIA labels for video modal controls. Semantic output and escaped server-side rendering. Interactive blocks are designed to remain usable without relying only on motion. External Services The plugin does not connect to external services on activation. Some blocks may load third-party media only when a site administrator configures content that uses those providers. For example, the Kinetic Video Modal block can embed videos from YouTube or Vimeo when a YouTube or Vimeo URL is entered by the site administrator. Third-party services may receive visitor data when embedded media is loaded by the browser. This depends on the configured media URL, the provider used, and the visitor’s browser behavior. Supported optional video providers include: YouTube YouTube NoCookie Vimeo Self-hosted media files can also be used. Provider endpoints that may be used when configured by the site administrator: YouTube video embeds: https://www.youtube.com/ YouTube privacy-enhanced embeds: https://www.youtube-nocookie.com/ YouTube thumbnail images: https://img.youtube.com/ Vimeo video embeds: https://player.vimeo.com/ Provider policies: YouTube Terms of Service: https://www.youtube.com/t/terms YouTube Privacy Policy: https://policies.google.com/privacy Vimeo Terms of Service: https://vimeo.com/terms Vimeo Privacy Policy: https://vimeo.com/privacy Source Code This plugin includes compiled JavaScript and CSS generated with npm and WordPress build tools. The human-readable free-version source files used to build the distributed assets are publicly available here: https://github.com/GetKineticHub/kinetichub-free-source/tree/wporg-free-source-1.0.14 The public source branch includes the uncompiled free-version source files, package.json, webpack configuration, and build instructions for the JavaScript and CSS assets included in the distributed build/ directory. Build Instructions The plugin uses the standard WordPress block build pipeline based on @wordpress/scripts. To rebuild the distributed assets from the public source branch: Clone the public source repository. Check out the matching source branch: wporg-free-source-1.0.14 Install build dependencies: npm install Generate production assets: npm run build The build process compiles source files from the source repository into a build directory using the included webpack configuration. Build Requirements Node.js 18 or later npm 9 or later