
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.
Built for performance and flexibility, the plugin uses lightweight animation techniques and Anime.js to create modern motion effects without slowing down your website.
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
Example:
{ "slide-rotate": { "opacity": 0, "translateX": -60, "rotate": -15 } }
mcsa_supported_animations filterwindow.MCSA.refresh() for dynamic contentThis plugin includes the Anime.js library locally (MIT licensed).