
MotionCraft Settings Menu.
MotionCraft Scroll Animations adds smooth, scroll-triggered animations to any WordPress site. Apply animations with CSS classes, data attributes, or the Gutenberg block editor sidebar.
prefers-reduced-motionAdd a CSS class to any element:
anime-fade-up
Or use a data attribute:
data-anime="fade-up"
The animation triggers automatically when the element scrolls into view.
Define custom presets as JSON in Settings > MotionCraft Scroll Animations:
{ "slide-rotate": { "opacity": 0, "translateX": -60, "rotate": -15 } }
gmk_supported_animations filterwindow.GMK.refresh() for dynamic contentThis plugin includes the Anime.js library locally (MIT licensed).
Anime.js
* License: MIT
* Source: animejs.com
* Purpose: Provides the lightweight animation engine used by this plugin.
* Data transmitted: None. No external requests are made. All assets are bundled locally.
* MIT License: https://opensource.org/licenses/MIT