0.4.1 • Published 6 years ago

bliss-gallery v0.4.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

==============

Gallery script

Once upon a time built using Bliss, hence the name. Bliss is not used anymore though.

Usage::

import {Gallery} from 'bliss-gallery'

const myGallery = new Gallery(element, {
    interval: 5000,
    autoPlay: true,
    createThumbs: true,
    visibleSlides: 1,
})

// how to listen for the reveal event
myGallery.emitter.addListener('reveal', slideIndex => console.info('revealed slide ' + slideIndex))
0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago