0.2.13 • Published 4 years ago

beebopsss v0.2.13

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Beebop super simple slider

As the name states it, very simple, no dependencies, pure javascript

How to use

Install it with npm

npm install beebopsss

Or copy it from this github repository

git clone https://github.com/Sloth-Wizard/beebopSSS.git

Initialize the slider

import { Beebop } from "beebopssLocation/main.js";

new Beebop('yourWrapperID', {
    options: value,
});

Available options

animations
false is the default value, set to true to animate the slider

animationSpeed
default value is 150 (the number represents milliseconds)

animationStyle
Pass a string parameter for the animation style.
Example: 'ease-in' or 'ease-out'

controls
true is the default value, set to false to hide controls

controlsColor
Color for the controls arrows

type
'img' is the default string parameter, you can tell the slider to use any html tag from a list
Example: 'div' or 'span'

###Additionnal information You'll need to use "@babel/preset-env" and "@babel/plugin-proposal-class-properties" to compile the module.

0.2.13

4 years ago

0.2.12

4 years ago

0.2.11

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.193

4 years ago

0.1.192

4 years ago

0.1.191

4 years ago

0.1.18

4 years ago

0.1.19

4 years ago

0.1.17

4 years ago

0.1.16

4 years ago

0.1.151

4 years ago

0.1.14

4 years ago

0.1.15

4 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago