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

Latest commit

 

History

History
19 lines (12 loc) · 483 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 483 Bytes

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.