mirror of
https://github.com/shadoll/www.shadoll.git
synced 2026-08-28 03:28:32 +00:00
fix: correct default speed value in configuration
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
logo: 'full', // static | animated | full
|
logo: 'full', // static | animated | full
|
||||||
logoAnim: 'tilt', // shake | rotate | tilt | all
|
logoAnim: 'tilt', // shake | rotate | tilt | all
|
||||||
elementAnim: 'neon', // neon | color | explosion | fly | all
|
elementAnim: 'neon', // neon | color | explosion | fly | all
|
||||||
speed: 1 // 0.5 (slow) - 3 (fast)
|
speed: 0.5 // 0.5 (slow) - 3 (fast)
|
||||||
};
|
};
|
||||||
|
|
||||||
// ===== URL Parameter Parsing =====
|
// ===== URL Parameter Parsing =====
|
||||||
|
|||||||
Reference in New Issue
Block a user