Metadata-Version: 1.1
Name: djangocms-animate-on-scroll
Version: 1.0.0
Summary: Allows you to add the animate on scroll plugin to a cms page
Home-page: https://github.com/mcldev/djangocms-animate-on-scroll
Author: michalsnik, Michael Carder
Author-email: UNKNOWN
License: MIT
Description: Django Animate on Scroll
        ========================
        
        An extension for Django CMS that adds the aos library to animate elements on your page as you scroll.
        
        Installation
        ------------
        
        1. Install with pip ``pip install djangocms-animate-on-scroll``
        
        2. Add ``djangocms_animate_on_scroll`` to INSTALLED_APPS
        
        3. Run migrations ``python manage.py migrate``
        
        
        Usage
        -----
        
        After installation simply add the plugins to the page.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
