內容簡介
DMK Animation Engine for Elementor 是一款專為 Elementor 設計的動畫外掛,無需撰寫程式碼即可為標題、按鈕、計數器和圖片添加動畫效果。使用者可以在 Elementor 編輯器中直接選擇動畫類型、持續時間和延遲,輕鬆實現視口觸發的進場動畫、滾動同步效果及懸停效果。
【主要功能】
• 支援標題、按鈕、計數器和圖片的動畫
• 在 Elementor 編輯器中輕鬆選擇動畫參數
• 使用 anime.js 提供輕量級動畫效果
外掛標籤
開發者團隊
② 後台搜尋「DMK Animation Engine for Elementor」→ 直接安裝(推薦)
原文外掛簡介
DMK Animation Engine for Elementor animates headings, buttons, counters, and images without writing code. Pick an animation type, duration, and delay directly in the Elementor editor — DMK Animation Engine handles viewport-triggered entrances, scroll-synced scrubbing, and hover effects on the frontend.
Animations are powered by anime.js, a lightweight, MIT-licensed JavaScript animation engine.
Requires
Elementor (free or Pro)
Source Code and Build Process
The JavaScript and CSS this plugin loads from build/ are bundled, minified output. The complete, uncompiled source is included in this plugin under src/, and the build configuration is included as vite.config.js.
The bundle contains exactly one third-party library: anime.js v4.5.0 by Julian Garnier, released under the MIT License. Its exact version is pinned in package-lock.json, and the complete, unmodified MIT license text is included with this plugin as LICENSE-anime.txt.
To rebuild the bundle from source:
npm ci
npm run build
Use npm ci rather than npm install so the exact dependency versions recorded in package-lock.json are installed. Output is written to build/, and the plugin locates it through build/.vite/manifest.json.
Credits
DMK Animation Engine bundles anime.js v4.5.0 by Julian Garnier, released under the MIT License. Copyright (c) 2025 Julian Garnier.
The complete, unmodified MIT license text ships with this plugin as LICENSE-anime.txt. Upstream copy: https://github.com/juliangarnier/anime/blob/master/LICENSE.md
The MIT License is GPL-compatible, so anime.js may be distributed as part of this GPLv2-or-later plugin. DMK Animation Engine itself is licensed under the GNU General Public License v2 or later; see LICENSE.
