Skip to content

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

License

Notifications You must be signed in to change notification settings

inspiredminds/contao-wowjs

Repository files navigation

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.