Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 924 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 924 Bytes

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.