flickerplate

Flickerplate is a jQuery plugin for creating a slider which allows you cycle through images with animated arrows and dots navigation.

A Simple of flickerplate example as shown below −

<!DOCTYPE html><html><head><meta charset ="utf-8"><meta name ="viewport" content = "width = device-width, 
     initial-scale =1.0, maximum-scale =1.0, user-scalable = no"&gt;&lt;script src ="/jquery/src/flickerplate/js/min/jquery-v1.10.2.min.js" 
     type ="text/javascript"&gt;&lt;/script&gt;&lt;script src ="/jquery/src/flickerplate/js/min/modernizr-custom-v2.7.1.min.js" 
     type ="text/javascript"&gt;&lt;/script&gt;&lt;script src ="/jquery/src/flickerplate/js/min/hammer-v2.0.3.min.js"
     type ="text/javascript"&gt;&lt;/script&gt;&lt;link href ="/jquery/src/flickerplate/css/flickerplate.css"  
     type ="text/css" rel ="stylesheet"&gt;&lt;script src ="/jquery/src/flickerplate/js/min/flickerplate.min.js" 
     type ="text/javascript"&gt;&lt;/script&gt;&lt;script&gt;$(function(){$('.flicker-example').flickerplate({
           auto_flick        :true,
           auto_flick_delay  :8,
           flick_animation   :'transform-slide'});});&lt;/script&gt;&lt;link href ="/jquery/src/flickerplate/css/demo.css"  
     type ="text/css" rel ="stylesheet"&gt;&lt;/head&gt;&lt;body&gt;&lt;div class="flicker-example"&gt;&lt;ul&gt;&lt;li data-background = "https://genblock.com/wp-content/uploads/2015/05/download-circles-abstract-wallpaper-
           abstract-photo-abstract-wallpaper.jpg"&gt;&lt;img src ="https://www.tutorialspoint.com/about/images/mohtashim.jpg" 
              style ="margin-left: 428px;"&gt;&lt;div class="flick-title"&gt;Mohtashim M.&lt;/div&gt;&lt;div class="flick-sub-text"&gt;
              Mohtashim is an MCAfromAMU(Aligarah) and a Project
              Management Professional. He has more than 17 years of 
              experience in Telecom and Datacom industries covering 
              complete SDLC. He is managing in-house innovations, 
              business planning, implementation, finance and the overall
              business development of Tutorials Point.&lt;/div&gt;&lt;/li&gt;&lt;li data-background = "https://genblock.com/wp-content/uploads/2015/05/download-circles-abstract-wallpaper-
           abstract-photo-abstract-wallpaper.jpg"&gt;&lt;img src ="https://www.tutorialspoint.com/about/images/gopal_verma.jpg" 
              style ="margin-left: 428px;"&gt;&lt;div class="flick-title"&gt;Gopal K Verma&lt;/div&gt;&lt;div class="flick-sub-text"&gt;
              Gopal is an MCAfromGJU(Hisar) and a Cisco Certified Network 
              Professional. He has more than 11 years of experience in core 
              data networking and telecommunications. He develops contents 
              for Computer Science related subjects. He is also involved in 
              developing Apps for various Mobile devices.&lt;/div&gt;&lt;/li&gt;&lt;li data-background = "https://genblock.com/wp-content/uploads/2015/05/download-circles-abstract-wallpaper-
           abstract-photo-abstract-wallpaper.jpg"&gt;&lt;img src ="https://www.tutorialspoint.com/about/images/mukesh_kumar.jpg" 
              style ="margin-left: 428px;"&gt;&lt;div class="flick-title"&gt;Mukesh Kumar&lt;/div&gt;&lt;div class="flick-sub-text"&gt;
              Mukesh Kumar, having 7+years experience in writing on various
              topics ranging fromIT products and services, legal, medical,
              online advertisement &amp; education to e-commerce businesses.
              He also has experience of text &amp; copy-editing,&amp; online
              research. He has done two masters – MA(Geography) from
              University of Delhi and MA(Mass Communication &amp; 
              Journalism) from Kurukshetra University.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;</pre>

Comments

Leave a Reply

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