{% extends 'layouts/vertical.html' %} {% block title %}Animation{% endblock title %} {% block extra_css %} {% endblock extra_css %} {% block page_content %}
{% set title='Animation' %} {% set subtitle='Miscellaneous' %} {% include 'partials/page-title.html' %}

Animate.css

A cross-browser library of CSS animations. Animate.css is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness.

{% endblock page_content %} {% block extra_javascript %} {% endblock extra_javascript %}