JQuery plug-in Elastislide enables responsive focus graphs to implement seamless rolling switching of special effects

Source: Internet
Author: User

JQuery plug-in Elastislide enables responsive focus graphs to implement seamless rolling switching of special effects

Supports the responsive jQuery focus image seamless rolling switching special effect plug-in Elastislide. It is a very beautiful image carousel special effect plug-in that supports left and right carousel images, upstream and downstream carousel images, and adaptive mobile terminal display, multiple Parameter configurations are supported: orientation: 'horizontal '(horizontal switching), speed: 500 (switching speed, in milliseconds), easing: 'animated-in-out' (animation effect), minItems: 3 (default display quantity), and so on. browser compatibility: IE8 +, and more modern browsers, I don't mind if you can use a browser of a lower version, but you can also use a mobile touch screen.

Supports the responsive jQuery focus image seamless rolling switching special effect plug-in Elastislide

Usage:

1. Load jQuery and plug-ins

1

2

3

4

<Script type = "text/javascript" src = "libs/jquery/1.8.2/jquery. min. js"> </script>

<Script type = "text/javascript" src = "js/jquerypp. custom. js"> </script>

<Script type = "text/javascript" src = "js/jquery. elastislide. js"> </script>

<Link rel = "stylesheet" type = "text/css" href = "css/elastislide.css"/>

2. HTML content

1

2

3

4

5

6

7

8

<Ul id = "carousel" class = "elastislide-list">

<Li> <a href = "#"> </a> </li>

<Li> <a href = "#"> </a> </li>

<Li> <a href = "#"> </a> </li>

<Li> <a href = "#"> </a> </li>

<Li> <a href = "#"> </a> </li>

<Li> <a href = "#"> </a> </li>

</Ul>

3. function call

1

2

3

4

5

<Script type = "text/javascript">

$ (Document). ready (function (){

$ ('# Invalid usel'). elastislide ();

});

</Script>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.