This super lightweight jQuery carousel which only moves left and right in relation to the mouse position inside it’s area.
Best jQuery Carousel Plugins & Tutorials with Demo
Carousel using only HTML and CSS
I’ve been working on a site that uses a CMS that’s a bit limiting. I can add my own HTML and CSS to the site, but JavaScript is off-limits.
I had some ideas of how I could make that work using CSS animations and the transform property, but that would leave me with a carousel that scrolled automatically and didn’t allow for user input which wasn’t really what I was looking for. After some thinking, I eneded up with a solution that uses absolute positioning and the :target pseudo-selector to change the z-index and opacity of our carousel items to cycle through them.
CarouselSS : jQuery Carousel Plugin
jQuery Carousel plugin for HTML content/images.It listens to CSS transition/animation events when switching frames and uses CSS class-based states.
Demos:
FilmRoll : jQuery Carousel Plugin
FilmRoll is a lightweight jQuery carousel (12 kb minified) that focuses on one item at a time, centering it in the view, regardless of the relative sizes of the carousel items.
Features:
- Centers one item at a time in the view
- Uses css classes for easy styling / transitions
- Provides previous / next buttons and pagination automatically
- Defaults to auto scroll with pause on hover
- Supports full screen usage
- Swipe movement if TouchSwipe is present
Pickli : jQuery Carousel List Picker Plugin
jQuery Plug-in – Carousel Picker for li tags.
Features:
- Carousel Picker for list.
- Horizontal or vertical orientation.
- Align on left / center / right or top / medium / bottom.
- Custom class for selected and unselected items.
- Responsive with
onResize
event. - Custom data key.
- Call data with ajax.
- Interactivity with custom events and cursor.
- Animated change with custom transitions.