Field Roundabout
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
Overview
Field Roundabout is a module for creating slideshows and animations from a field on a single entity.
Provides a jQuery Roundabout formatter on a single entity for multi-value Image, Media, or Field Collection fields. Currently only works for image fields but may be expanded to work for other field types.
Features
All functionality of the Roundabout plugin has not yet been implemented.
Currently supported features are:
- Image style (original size, thumbnail, medium, large, etc)
- Choose a shape path when the Field Roundabout Shapes sub-module is enabled.
- Autoplay on/off
- Autoplay duration
- Pause on hover on/off
- Duration
See the Roundabout and Roundabout Shapes plugin pages for documentation on these settings.
We hope to implement as many of the options as possible and include jQuery Easing, Event.drag and Event.drop support in the future.
Requirements
- Libraries API 7.x-1.x version
- jQuery Roundabout plugin by Fred LeBlanc
- jQuery Roundabout Shapes plugin by Fred LeBlanc is required to use the jQuery Roundabout Shapes sub-module to display different shape patterns.
Installation
- Install the Libraries API module
- Create a sites/all/libraries directory on your server
- Create a jquery.roundabout directory within sites/all/libraries
- Download the jQuery Roundabout plugin from http://fredhq.com/projects/roundabout
- Copy jquery.roundabout.min.js or jquery.roundabout.js to the jquery.roundabout directory. When done, you should have sites/all/libraries/jquery.roundabout/jquery.roundabout.min.js
- Create a jquery.roundabout-shapes within sites/all/libraries
- Download the jQuery Roundabout Shapes plugin from http://fredhq.com/projects/roundabout-shapes
- Copy jquery.roundabout-shapes.min.js or jquery.roundabout-shapes.js to the jquery.roundabout-shapes directory. When done, you should have sites/all/libraries/jquery.roundabout-shapes/jquery.roundabout-shapes.min.js
Similar Modules
- Views Roundabout: Utilizes the Roundabout plugin using Views. Useful if you want a roundabout created from more than one entity. (Views Roundabout can also be used on a multi-value field for a single entity, but as a formatter, Field Roundabout is more efficient for this purpose.)
- Field Slideshow: Creates a field formatter using the jQuery Cycle plugin.
Credit
Development for this module is sponsored by RMR Labz.
Field Slideshow was used as a starting point for initial development.
