An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Contao KUTE.js Bundle

[![Latest Stable Version](https://poser.pugx.org/w3scout/contao-kutejs-bundle/v/stable)](https://packagist.org/packages/w3scout/contao-kutejs-bundle)
[![Total Downloads](https://poser.pugx.org/w3scout/contao-kutejs-bundle/downloads)](https://packagist.org/packages/w3scout/contao-kutejs-bundle)
[![Latest Unstable Version](https://poser.pugx.org/w3scout/contao-kutejs-bundle/v/unstable)](https://packagist.org/packages/w3scout/contao-kutejs-bundle)
[![License](https://poser.pugx.org/w3scout/contao-kutejs-bundle/license)](https://packagist.org/packages/w3scout/contao-kutejs-bundle)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/7ff320e720e84a21b60e818ebfc5161e)](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)