1<?php
2/**
3 * Default settings for the snow plugin
4 *
5 * Copyright (c) 2012-2013 Mark C. Prins <mprins@users.sf.net>
6 *
7 * Permission to use, copy, modify, and distribute this software for any
8 * purpose with or without fee is hereby granted, provided that the above
9 * copyright notice and this permission notice appear in all copies.
10 *
11 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18 *
19 * @author  Mark C. Prins <mprins@users.sf.net>
20 */
21$conf['enabled'] = 1;
22$conf['zindex'] = 0;
23$conf['color'] = '#fff';
24$conf['excludemobile'] = 1;
25$conf['flakesmax'] = 128;
26$conf['flakesmaxactive'] = 64;
27$conf['animationinterval'] = 33;
28$conf['usegpu'] = 1;
29$conf['followmouse'] = 1;
30$conf['snowstick'] = 1;
31$conf['usemelteffect'] = 0;
32$conf['usetwinkleeffect'] = 0;
33$conf['freezeonblur'] = 1;
34