jQuery.cycle 幻灯片插件

Overview

The jQuery Cycle Plugin is a slideshow plugin that supports many different types of transition effects. It supports pause-on-hover, auto-stop, auto-fit, before/after callbacks, click triggers and much more. It also supports, but does not require, the Easing Plugin.

 

 

How it Works

The plugin provides a method called cycle which is invoked on a container element. Each child element of the container becomes a "slide". Options control how and when the slides are transitioned.

 

http://jquery.malsup.com/cycle/
原文地址:https://www.cnblogs.com/lucker/p/2574279.html