Animate your contents

With help of animate.css and wowjs you can add animations to your contents.

animate.css do the animation, and wowjs activate the animation as soon as the animated widget become visible.

You can see some animation on our cards widget demo.

The usage is easy. You only need to add some class directives on your widget, i.e.


content:
  - type: text_html
    id: intro
    class: info-box wow animate__bounce
    text: |
      ## Your animated content

Thanks to wowjs the animation is performed once the widget become visible on your browser. Without it all animations are performed at document ready. So you can't see animations which are out of visible space.