Adaptor is a jQuery image slider that offers slick 2D and 3D transitions. 3D effects, if done smoothly, usually looks very good on the web as it is still unexpected for most to see anything that is not 2D online.

The plugin’s 3D effect are supported by WebKit + Mozilla browsers and it falls back to standard fading transitions for the rest.

Adaptor - jQuery 3D Image Slider

It is lightweight and has multiple options for customization including: speed of the transitions, delay between each item auto-slideshow being on/off, pauseOnHover and more. Adaptor can also be controlled with custom events like switching to a desired item, showing the prev-next slide, playing and pausing it.

Website: https://philparsons.co.uk/demos/box-slider/

0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

two × 3 =

This site uses Akismet to reduce spam. Learn how your comment data is processed.

You May Also Like

Spectrum – Perfect jQuery Color Picker Plugin

Spectrum is a jQuery colorpicker plugin that probably comes with all the features you are looking for. It is image-free (only CSS and JS) and can be used for all browsers or only as a polyfill for the input[type=color] of HTML5.

jQuery: Setting cookies

Setting and clearing cookies with jQuery is really easy but it's not included in the jQuery core and requires a plug-in. This post shows how to set, get the value of and clear cookies with jQuery.

Detect screen size with jQuery and apply a CSS style

Sometimes we need to format the content differently according to the screen resolution of the user. One of the ways to do this is to simply detect the screen width using the screen.width property and change the stylesheet.