1.0.3 • Published 7 years ago

restaurance v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Restaurance

Heroes of the Storm
A package to send elements to the Heroes of the Storm.

Installation

In a browser

<script src="path/to/restaurance.bundle.js"></script>

via NPM

import restaurance from "restaurance"; //ES6
const restaurance = require("restaurance"); //CommonJS, ES6
var restaurance = require("restaurance"); //CommonJS
//etc...

Documentation

restaurance([hotsImage : Object[, elems : Array, duration : Number]])

Kidnap elements into the Heroes of the Storm and show advertisement of the Heroes of the Storm.

Arguments

hotsImage

An object which contains data of hots image.

default:

{
	width: 150,
	height: 150,
	x: (window.innerWidth - width) / 2,
	y: (window.innerHeight - width) / 2
}
elems

An array which contains selectors or elements which will be kidnapped into the Heroes of the Storm.

default: All elements which don't have any children.

duration

The duration(seconds) of the kidnapping animation. It should be more than 2s.

default: 30

Examples

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago