User:Headquarter8302/common.js: Difference between revisions
Jump to navigation
Jump to search
hope this doesn't break my browser |
(No difference)
|
Revision as of 09:17, 27 October 2020
// Set noise
if (document.getElementById('noise')) {
grained('#noise', {
"animate": true,
"patternWidth": 500,
"patternHeight": 60,
"grainOpacity": 0.1,
"grainDensity": 1,
"grainWidth": 1,
"grainHeight": 1
});
}
on_load();
end;