colorful-background-css-generator
colorful-background-css-generator copied to clipboard
turn degree
Hi! Beautiful generator! It should be added to turn degree
Hey VadymVolos,
thank you very much!
What exactly do you mean? It is possible to set the degree for each layer. In fact you have to set it if you create a new ColorfulBackgroundLayer
. It's the first parameter.
rotated 360 degrees
You mean turn as measurement? Like 1 turn == 2π == 360° ?
From 0 to 360 degrees
That's exactly what the first parameter of the ColorfulBackgroundLayer
expects.
/**
* The layer defines the gradient. Layers are combined in the generator the get a colorful background.
*
*
* @param {Number} degree, default: 45°
* @param {Number} hue, default: 200
* @param {Number} saturation, default: 100
* @param {Number} lightness, default: 70
* @param {Number} positionColor, default: 0
* @param {Number} positionTransparency, default: 70
*/
function ColorfulBackgroundLayer(degree, hue, saturation, lightness, positionColor, positionTransparency) {
This? I tried to rotate the page, I did not.
Ah! Now I get it. :) The website is just an example and does not use all the features of the generator. I'll add that feature to my list. But it'll take a least one week.
Ok. It's just my feedback.