Popis
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.
Inštalácia
- Upload the
dmk-animation-engine-for-elementorfolder to the/wp-content/plugins/directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the „Plugins“ screen in WordPress.
- Make sure Elementor is installed and active.
- Edit a page with Elementor, add a supported widget (e.g. Heading, Button), and configure its animation controls under the Advanced tab.
Časté otázky
-
Does this require Elementor?
-
Yes. DMK Animation Engine is an Elementor add-on and will not run without Elementor active.
-
What animation engine does this use, and why?
-
DMK Animation Engine uses anime.js (MIT License). It was chosen over GSAP because GSAP’s license is not GPL-compatible, and WordPress.org requires bundled code to be compatible with the plugin’s GPL license.
Recenzie
Pre tento plugin nie sú žiadne recenzie.
Prispievatelia a vývojári
“DMK Animation Engine for Elementor” je softvér s otvoreným zdrojovým kódom. Do tohto pluginu prispeli nasledujúci ľudia.
PrispievateliaPreložiť „DMK Animation Engine for Elementor“ do vašho jazyka.
Máte záujem o vývoj?
Prehľadávajte zdrojový kód, preskúmajte SVN repozitár, alebo sa prihláste na odber vývojárskeho logu cez RSS.
Zoznam zmien
0.1.0
- Initial release.