Title: MotionCraft Scroll Animations
Author: Darshan Patel
Published: <strong>5 ພຶດສະພາ 2026</strong>
Last modified: 5 ພຶດສະພາ 2026

---

ຄົ້ນຫາປລັກອິນ

![](https://ps.w.org/motioncraft-scroll-animations/assets/banner-772x250.png?rev
=3524961)

![](https://ps.w.org/motioncraft-scroll-animations/assets/icon-128x128.png?rev=3523757)

# MotionCraft Scroll Animations

 ໂດຍ [Darshan Patel](https://profiles.wordpress.org/darshu1898/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/motioncraft-scroll-animations.1.0.0.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/motioncraft-scroll-animations/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/motioncraft-scroll-animations/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/motioncraft-scroll-animations/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/motioncraft-scroll-animations/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/motioncraft-scroll-animations/)

## ຄຳອະທິບາຍ

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.

#### Features

 * 6 built-in animation presets (fade, slide, zoom)
 * Gutenberg block editor integration with sidebar controls
 * Works with Elementor via CSS classes in the Advanced tab
 * Stagger animations for lists and grids
 * Timeline groups for sequenced animations
 * Custom animation builder (JSON-based)
 * Conditional loading and mobile disable options
 * Respects `prefers-reduced-motion`
 * Developer hooks and filters for extending functionality

#### Usage

Add 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.

#### Custom Animations

Define custom presets as JSON in Settings > MotionCraft Scroll Animations:

    ```
    { "slide-rotate": { "opacity": 0, "translateX": -60, "rotate": -15 } }
    ```

#### Compatibility

 * Elementor (Free and Pro)
 * Gutenberg Block Editor
 * Any WordPress theme

#### Performance

 * Deferred script loading
 * Scroll-triggered animations via IntersectionObserver
 * Optional mobile disable

#### For Developers

 * Extendable animation list via `gmk_supported_animations` filter
 * Public API: `window.GMK.refresh()` for dynamic content
 * All assets bundled locally (no external CDN dependencies)

### Third-Party Services

This plugin includes the Anime.js library locally (MIT licensed).

**Anime.js**
 * License: MIT * Source: [animejs.com](https://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](https://opensource.org/licenses/MIT)

## ພາບໜ້າຈໍ

 * [[
 * MotionCraft Settings Menu.
 * [[
 * MotionCraft Enable Animations.
 * [[
 * MotionCraft Disable Animations.
 * [[
 * Add Custom Animations And Save All Settings.
 * [[
 * Edit OR Delete Custom Animations.
 * [[
 * Preview All Animations.
 * [[
 * Animation Reference.
 * [[
 * Data Attributes.
 * [[
 * Gutenburge Animation.
 * [[
 * Gutenburge Animation Using Settings.
 * [[
 * Elementor Animation.

## ການຕິດຕັ້ງ

 1. Upload the plugin folder to `/wp-content/plugins/`.
 2. Activate the plugin through the WordPress admin panel.
 3. Add animation classes or use block editor controls.

## ຄຳຖາມທີ່ພົບເລື້ອຍ

### Does this plugin work with Elementor?

Yes. Add animation classes in the Advanced tab of any Elementor widget.

### Do I need coding knowledge?

No. Use CSS classes or the Gutenberg sidebar controls.

### Can I create custom animations?

Yes. Use the JSON animation builder in the settings page.

### Will this slow down my website?

Scripts load conditionally and are deferred.

### Is this better than Elementor animations?

MotionCraft Scroll Animations provides smooth, performant scroll-triggered animations
using Anime.js (MIT licensed). It’s lightweight, GPL-compliant, and works with any
theme or page builder.

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“MotionCraft Scroll Animations” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້
ໄດ້ມີສ່ວນຮ່ວມໃນການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ Darshan Patel ](https://profiles.wordpress.org/darshu1898/)

[ແປ “MotionCraft Scroll Animations” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/motioncraft-scroll-animations)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/motioncraft-scroll-animations/),
ກວດເບິ່ງ [ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/motioncraft-scroll-animations/),
ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/motioncraft-scroll-animations/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/motioncraft-scroll-animations/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 1.0.0

 * Initial release.
 * MotionCraft Scroll Animations provides smooth, scroll-triggered animations using
   Anime.js (MIT licensed).
 * Gutenberg block editor integration with sidebar controls.
 * Works with Elementor via CSS classes.
 * Stagger animations for lists and grids.
 * Timeline groups for sequenced animations.
 * Custom animation builder (JSON-based).
 * Conditional loading and mobile disable options.
 * Respects `prefers-reduced-motion` for accessibility.
 * Developer hooks and filters for extending functionality.

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **1.0.0**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **2 ມື້ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **ໜ້ອຍກວ່າ 10**
 *  ເວີຊັນ WordPress ** 6.0 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **6.9.4**
 *  ເວີຊັນ PHP ** 7.2 ຫຼື ສູງກວ່າ **
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/motioncraft-scroll-animations/)
 * ແທັກ
 * [animation](https://lo.wordpress.org/plugins/tags/animation/)[elementor](https://lo.wordpress.org/plugins/tags/elementor/)
   [gutenberg](https://lo.wordpress.org/plugins/tags/gutenberg/)[scroll animation](https://lo.wordpress.org/plugins/tags/scroll-animation/)
   [smooth](https://lo.wordpress.org/plugins/tags/smooth/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/motioncraft-scroll-animations/advanced/)

## ການໃຫ້ຄະແນນ

ຍັງບໍ່ມີການສົ່ງຄຳວິຈານເທື່ອ.

[Your review](https://wordpress.org/support/plugin/motioncraft-scroll-animations/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/motioncraft-scroll-animations/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ Darshan Patel ](https://profiles.wordpress.org/darshu1898/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/motioncraft-scroll-animations/)