Glow-quality
From Frontal Wiki
Contents |
Purpose
This style sets the quality of the glow.
Value
The glow-quality style accepts any positive decimal value; the more positive the value, the better the quality. The default value is 1.
glow-quality: 1;
Remarks
This style must be used in conjuncture with the "glow-strength" style. A div needs to have a background-color set for the glow quality to render.
Example
Here we have a div set to a glow-quality of 10:
<div style="width: 50px; height: 50px; glow-strength: .5; glow-quality: 10; background-color: beige;"/>
Can Be Applied To
This style can be applied to:
| This page is PENDING |