Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ovidner/djangocms-parallax
A Django-CMS plugin for the Parallax-ImageScroll jQuery plugin by Peder Andreas Nielsen (https://github.com/pederan/Parallax-ImageScroll)
https://github.com/ovidner/djangocms-parallax
Last synced: 4 days ago
JSON representation
A Django-CMS plugin for the Parallax-ImageScroll jQuery plugin by Peder Andreas Nielsen (https://github.com/pederan/Parallax-ImageScroll)
- Host: GitHub
- URL: https://github.com/ovidner/djangocms-parallax
- Owner: ovidner
- License: mit
- Created: 2014-08-02T12:39:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-01T09:40:57.000Z (over 10 years ago)
- Last Synced: 2024-12-15T08:42:08.325Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Django-CMS Parallax Plugin
==========================
A Django-CMS plugin using the [Parallax-ImageScroll jQuery plugin](https://github.com/pederan/Parallax-ImageScroll) by
Peder Andreas Nielsen, to achieve a simple parallax effect, very similar to the one utilised by
[Spotify](https://spotify.com/).Installation
------------
Install latest development version from GitHub:$ pip install git+https://github.com/ovidner/djangocms-parallax.git#egg=djangocms_parallax
Add ``djangocms_parallax`` to your ``INSTALLED_APPS``:
INSTALLED_APPS = (
...,
'djangocms_parallax',
)Migrate your database:
./manage.py migrate djangocms_parallax
Usage
-----
Add a Parallax plugin to a (preferably empty) placeholder and add a few ParallaxImage and ParallaxContent plugins
inside.You probably want to style the elements with some custom CSS. The plugin plays well with Bootstrap, see
extras/parallax.less directory for a LESS file you can customize and import in your Bootstrap setup.License
-------
[MIT License](http://choosealicense.com/licenses/mit/)The included Parallax-ImageScroll and Modernizr files are covered by their respective licenses.