This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

beebopsss

0.2.13 • Public • Published

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.

Package Sidebar

Install

npm i beebopsss

Weekly Downloads

0

Version

0.2.13

License

MIT

Unpacked Size

29.2 kB

Total Files

8

Last publish

Collaborators

  • slothwizard