borsch / carousel

Home Page:https://borsch.github.io/carousel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

carousel

This is a simple util to make you langing pages more beautiful.

Usage sample:


CarouselInit(selector, {
  directions: [
    'left',
    'down',
    'right',
    'down'
  ],
  easing: Math.sin,
  circle: true,
  time: 500
 });
 // selector - your html block element
 // direction[optional] - array with directions for animation(by default will produced array with 'down' options)
 // easing[optional] - function that return value in [0, 1] interval
 // tile[optional] - time for animation(change slides)
 // circle[option] - allow to move slides in circle(default is false)

Change Log:

  • version 1.1.0 (18.02.17)
    • allow to move slides in circle
  • version 1.0.0 (13.02.17)
    • add main functionality

About

https://borsch.github.io/carousel


Languages

Language:JavaScript 55.6%Language:HTML 31.5%Language:CSS 12.9%