An open API service indexing awesome lists of open source software.

https://github.com/jongacnik/preact-mood

🍷 V simple, V moody, V specific x-fade slideshow component
https://github.com/jongacnik/preact-mood

Last synced: about 1 year ago
JSON representation

🍷 V simple, V moody, V specific x-fade slideshow component

Awesome Lists containing this project

README

          

# preact-mood

V simple, V moody, V specific x-fade slideshow component ([**Demo**](https://preact-mood.glitch.me/))

```
npm i preact-mood
```

## Usage

```js
var Mood = require('preact-mood')
var h = require('preact').h

h(Mood, {
images: [
// urls
],
speed: 4000,
fade: 1500,
shuffle: true
})
```