jquery Plugin slick implement responsive mobile-end slide picture toggle Effects _jquery

Source: Internet
Author: User

jquery Responsive mobile End slide picture switch special effects plug-in slick, based on jquery, the function is very powerful, support the left and right button switch, support the dot switch, support the custom switch quantity, support the custom switching speed, support the picture preload, the support automatic play definition, the effect is very good, Many of the parameter customization support, feel that you can refer to their parameter configuration, or is worth learning to use.

How to use:

1. Loading plug-ins and jquery

<script src= "//code.jquery.com/jquery-1.11.0.min.js" ></script> 
<script src= "//code.jquery.com" /jquery-migrate-1.2.1.min.js "></script> 
<script type=" Text/javascript "src=" Slick/slick.js "> </script> 
<link rel= "stylesheet" type= "Text/css" href= "Slick/slick.css"/> 

2.HTML Content

<div class= "Slider Fade" > 
<div><div class= "image" ></div ></div> 
<div><div class= "image" ></div></div > 
<div><div class= "image" ></div></div> 
</ Div> 

3. Function call

<script type= "Text/javascript" > 
$ (document). Ready (function () { 
  $ ('. Fade '). Slick ({ 
    dots:true, 
    infinite:true, 
    speed:500, 
    fade:true, 
    slide: ' div ', 
    cssease: ' Linear ' 
  } 
); </script> 

View Demo Download Now

The above mentioned is the entire content of this article, I hope you can enjoy.

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.