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

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 %}