visaplan.plone.animations

A dexterity-based content type for animations.


License
CNRI-Python-GPL-Compatible
Install
pip install visaplan.plone.animations==1.2.2.1

Documentation

visaplan.plone.animations

https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336:target:https://pycqa.github.io/isort/

A dexterity-based content type for animations.

Features

  • Provides a FolderishAnimation content type which ...
  • contains it's specific (Javascript, most likely) resources, while
  • using more generic (library) resources, common for all animations of a common type, from a "global" resource path
  • Currently we have exactly one type, tailored to our CreateJS-based animations.

Examples

This add-on can be seen in action at the following sites:

Documentation

Sorry, we don't have real user documentation yet.

Installation

Add visaplan.plone.animations to your buildout:

[buildout]
...

eggs =
    ...
    visaplan.plone.animations

and then running bin/buildout; or add it to the requirements of your own extension or policy package.

After (re-) starting your Zope instance, you'll need to "install" the extension, using the extensions installation form or the Zope quick-installer.

Contribute

Support

If you are having issues, please let us know; please use the issue tracker mentioned above.

License

The project is licensed under the GPLv2.