inspiredminds/contao-wowjs

Integrates WOW.js for Contao content elements and form fields.

Fund package maintenance!
fritzmg

Installs: 8 303

Dependents: 0

Suggesters: 1

Security: 0

Stars: 11

Watchers: 7

Forks: 0

Open Issues: 2

Type:contao-bundle

1.1.7 2023-12-01 11:22 UTC

This package is auto-updated.

Last update: 2024-03-30 00:23:33 UTC


README

Contao WOW.js

Integrates WOW.js for Contao Content Elements. See Animate.css for more details on the provided animations.

Content element options

Simply enable the js_wowjs template in your page layout. Create a custom template if you want to set custom WOW.js options. See the documentation for more details. May be also add

.wow {
  visibility: hidden;
}

to your CSS. See matthieua/WOW#33.