/contao-wowjs

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

Primary LanguagePHPGNU Lesser General Public License v3.0LGPL-3.0

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.