Skip to content

iperera97/autoslide.js-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

autoslide.js-

---------------------just simple plugin for create a Automatic Slideshow---------------------------

Installation

  • load autoslide.js file before load your script,
  • add .autoSlide() method for parent div or ul element, that hold child elements to auto slides.
  • add following css rule for animate the slideshow
    • @keyframes autoSlide{

      	from {
      		opacity: 0.7;
      	}
      
      	to {
      		opacity: 1;
      	}
      
      }
      

 you can customize this animation for build a better automatic slideshow 😊

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors