Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
MORE simplifies CSS to make it more intuitive, allowing you to write human
readable code that fits with the way you think. MORE runs on both the
client-side and server-side (Node.js).
This module is integrating impress.js to create 3D html5 presentations while using Drupal's node system and Views to manage the slides.
It is actually a feature, it will create an 'impress_slide' content type to be used for the presentation, these nodes contain all the fields needed to position the slides in the 3d space created by impress.js.
USAGE
Enable the module, you'll need Features, Views, ctools, Entity API, editablefields, Weight and a few core modules enabled, or you can simply use Drush which will download all dependencies for you:
drush dl impress
drush en impress
Create some nodes of the type 'impress_slide'.
Navigate to /impress to see your presentation.
You can have multiple presentations (7.x-1.x-dev only) by assigning slides to a specific slideshow, your slideshow will be available at /impress/% (% representing your slideshow name).