0.4.1 • Published 7 years ago

bliss-gallery v0.4.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 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

7 years ago

0.4.0

7 years ago

0.3.0

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago