Rondell - Display images and other content in a nice way
Version 0.9.1 - Created by
Sebastian Helzle
About
This is a jQuery plugin for displaying galeries
and other content the way you want.
The rondell demos can be controlled with your keyboard,
by clicking the controls or by clicking the rondell items.
Touching items and swiping on a phone or tablet computer will work too!
The plugin has been tested with and should work fine with:
IE 7-9, Firefox 3.6+, Chrome, Safari 4+, Opera 11+
Licensed under the MIT license.
Download rondell now
Visit rondell at github
Usage
<script type="text/javascript">
$('.myContainer > .myItem').rondell([options][, callback]);
</script>
New and improved in this version
- New awesome preset
thumbgallery
which uses all the new options and features.
- New Integrated my standalone scrollbar plugin (beta) into the rondell.
See the
options for setting it up.
- New Items absolute index as parameter for the animation functions.
- New Option
cropThumbnails for image cropping to allow uniform size of thumbnails
- New Option
switchIndices
which enables switching the index of the last and new focused items.
- New Option
keyDelay
which sets minimum time between keypress events are registered.
- New Option
wrapIndices
allowing to disable item index wrapping used in the carousels.
- New Opacity is now animated when hovering items.
- Change Improved performance
- Fix Bugfixes for items fading out or in
- Fix Disabled autorotation when rondell is not visible.
- Fix Horizontal mouse scroll event registering improved.
Click here to see changes in the last versions
-
0.8.7
- Fix Wrong image sizes when rondell items are all images.
-
0.8.6
- New Added slider preset.
- New Added random start option.
- Change Improved some presets and themes.
-
0.8.5
- Fixed a bug in image size computations and improved performance.
- Moved more default options into presets.
- Improved dark theme text readability.
- New gallery example and preset.
-
0.8.4
- Mousewheel (x-axis) support allows you to traverse left and right in the rondell. (Requires the optional
jQuery mousewheel plugin
)
- Controls hide if autorotation is disabled and shifting is impossible. (See the
products demo)
- Items are now displayed in the order you provide them.
- Starting item index is now customizeable by providing the
currentLayeroption. (See the
options)
-
0.8.3
- A size function to simulate a depth effect. (See the
options)
- Presets for the plugins options which contain the necessary settings to setup the plugin
like the examples on this page.
- Themes are now included in the plugins css file to help you make your rondell look
like one of my examples.
- A callback when the plugin has finished loading. (See
usage)
-
0.8.2
- Touch controls for mobile devices - Swipe left and right to move the rondell.
- Reliable image loading - The previous versions had sometimes problems getting the correct image sizes
for some browsers and configurations.
- And some minor fixes and code improvements.
Roadmap for 1.0.0
- Asynchronous image loading
- Improved themes
- CSS based controls
- CSS animations
Dependencies
- jQuery version 1.5.2 or better
- Modernizr for browser capability fallbacks.
The library is included in the plugins
lib folder.
Feedback is welcome!
Please send me suggestions, ideas for improvement or anything else to
sebastian@helzle.net or
@sebobo
Have fun and check out my other plugins
jQuery smallipop
jQuery Rondell is powered by
coffeescript
,
sass and
jQuery.