jedocodes / contao-scrollcuejs-bundle
Integrates scrollCue.js for Contao content elements and form fields.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:contao-bundle
Requires
- php: >=8.1
- contao/core-bundle: ^5.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
README
Contao scrollCue.js
Integrate scrollCue.js for a scroll animation of a Contao content element.
Install
- Install via composer or use the Contao Manager
composer require jedocodes/contao-scrollcuejs-bundle
-
Open the install tool and do a database update.
-
Include the js_scrollcuejs template in the page layout.
Add custom animation types
Create a custom template if you want to set custom scrollCue.js options. See the documentation for more details. May be also add
/********************
* foo
*********************/
[data-cue="foo"],[data-cues="foo"]>*{
opacity: 0;
}
@keyframes foo {
from{
...
}
to{
opacity : 1;
...
}
}