ecaroufredsel circular, responsive jQuery carousel based on carouFredSel

  1. Usage
  2. Resources
  3. Update

jQuery.carouFredSel is a plugin that turns any kind of HTML element into a carousel. It can scroll one or multiple items simultaneously, horizontal or vertical, infinite and circular, automatically or by user interaction. Oh, and it's responsive too.

The carouFredSel-plugin was built using the jQuery-library, you can use it on your blog or website on any kind of managed hosting server.

It is dual licensed under both the MIT and GPL licenses.

Usage ¶

Unpack to extensions folder.

$this->widget('ext.carouFredSel.ECarouFredSel', array(
	'id' => 'carousel',
	'target' => '#foo',
    'config' => array(
    	'items' => 6,
    	'scroll' => array(
    		'items' => 1,
    		'easing' => 'swing',
			'duration' => 800,						
			'pauseDuration' => 1500,	
			'pauseOnHover' => false,
			'fx' => 'crossfade',
    	),
    ),
));

Resources ¶

Example

Update ¶

Update plugin to version 6.2.1, a more stable version, more animations options... Changelogs CarouselFred

6 0
14 followers
1 473 downloads
Yii Version: 1.1
License: MIT
Category: User Interface
Developed by: Clem Clem
Created on: Sep 20, 2012
Last updated: 12 years ago

Downloads

show all

Related Extensions