Skip to content

kaygod/slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

slider

the amazing image slider animation.

please download the project and open the index.html in browser to see the result.

all logic code in slider.js.

result

平面效果

3D效果

exmaple

new Slider({
      el: document.getElementById('el'), // dom element
      slice_num: 6, // the slice number
      //mode: 'cube', // mode can select the 'cube' or 'flat'
      time: 2, // circle time is 2 seconds
      transition_delay: 0.25, // the delay of elements is 0.25 seconds
      transition_time: 0.5, // single element transition time is 0.5 seconds
});

About

the amazing image slider animation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published