w3scout / contao-kutejs-bundle
KUTE.js animation engine for Contao 4
Installs: 43
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:contao-bundle
Requires
- php: >=5.6
- contao/core-bundle: ^4.4
Requires (Dev)
- contao/manager-plugin: ^2.0
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
This package is auto-updated.
Last update: 2023-03-08 04:30:56 UTC
README
About
KUTE.js - Javascript animation engine for Contao 4.
License
This is free software and can be used 'as is'. For license of KUTE.js please visit KUTE.js on GitHub
Installation
Install composer if you haven't already, then enter this command in the main directory of your Contao installation or use the Contao Manager
composer require w3scout/contao-kutejs-bundle
Usage
- Include the js_kutejs template into the page layout, if you want to use the native JS version.
- Include the j_kutejs template into the page layout, if you want to use the jQuery version.
- Edit the selected template and add your kute.js code.