https://github.com/w3scout/contao-kutejs-bundle
KUTE.js animation engine for Contao 4
https://github.com/w3scout/contao-kutejs-bundle
animation-engine contao contao-bundle contao4 javascript
Last synced: 5 months ago
JSON representation
KUTE.js animation engine for Contao 4
- Host: GitHub
- URL: https://github.com/w3scout/contao-kutejs-bundle
- Owner: w3scout
- License: mit
- Created: 2017-10-28T10:33:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T23:06:02.000Z (about 8 years ago)
- Last Synced: 2023-08-16T20:38:11.405Z (almost 3 years ago)
- Topics: animation-engine, contao, contao-bundle, contao4, javascript
- Language: PHP
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contao KUTE.js Bundle
[](https://packagist.org/packages/w3scout/contao-kutejs-bundle)
[](https://packagist.org/packages/w3scout/contao-kutejs-bundle)
[](https://packagist.org/packages/w3scout/contao-kutejs-bundle)
[](https://packagist.org/packages/w3scout/contao-kutejs-bundle)
[](https://www.codacy.com/app/w3scout/contao-kutejs-bundle?utm_source=github.com&utm_medium=referral&utm_content=w3scout/contao-kutejs-bundle&utm_campaign=Badge_Grade)
## About
[KUTE.js](http://thednp.github.io/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](https://getcomposer.org) if you haven't already, then enter this command in the main directory of your Contao installation or use the [Contao Manager](https://docs.contao.org/books/manager/de/)
```
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.
## Examples
[KUTE.js - Examples](http://thednp.github.io/kute.js/examples.html)