/Evanescent

A fading carousel jQuery plugin

Primary LanguageCSSMIT LicenseMIT

Evanescent

What is it?

Evanescent is a lightweight jQuery plugin to create crossfading carousels.

What does it include?

The bare minimum to use Evanescent is scripts/evanescent.min.js and css/evanescent.css. jQuery is required, of course.

evanescent.js is provided for tweaking, although the original source file is written in coffeescript and found in src/evanescent.coffee.

A demo page is provided at demo/index.html and can also be viewed live here.

Downloading

The latest version of Evanescent should always be available on its Github page.

Installation and Usage

Documentation can be found in the demo page.

Copyright/License

The MIT License (MIT)

Copyright (c) 2014 Joel Pan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Author

Joel Pan

Notes

Evanescent owes a lot to Unslider. I only wrote Evanescent because I needed a version of Unslider that did crossfades instead of sliding transitions, and I used Unslider's source code as a reference.