Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

andreymatin/jquery.tiles-slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiles Slider jQuery Plugin

Slide effects for CSS3 shapes and tiles

How To Use

  • include jquery.tiles-slider.js
  • call tilesSlider()

Configuration

  • delay -- Timer Delay (Default 400 ms)
  • tiles -- Tiles in the shape (Default 16, but it depends of the custom shape)
  • effect -- Awailable 2 effects - 'stairway' and 'chaotic'

How To Prepare Shape

To create custom shape you just need to use CSS. For example, I used CSS 'clip' to create 'octagon' shape with 16 tiles.