1.0.2 • Published 6 years ago

background-styler v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

background-styler

A package for applying an assortment of different styles to backgrounds.

Usage

npm install background-styler --save

or

yarn add background-styler

Then, require the package and use it:

var backgroundStyler = require('background-styler');

backgroundStyler(options).run();

Options

start: enter an array with two rgb values
[
	[23, 44, 55],
	[66, 33, 77]
]
end: enter an array with two rgb target values
time: (integer) duration of the rgb transition
cycle: (boolean) whether to back and forth between start and end non-stop

License

https://opensource.org/licenses/ISC
1.0.2

6 years ago

1.0.135

6 years ago

1.0.13

6 years ago

1.0.123

6 years ago

1.0.122

6 years ago

1.0.121

6 years ago

1.0.12

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago