From 28bbfa157cfa49609dc4fe1b427ac45ed04ec867 Mon Sep 17 00:00:00 2001 From: "@jehovahsays" Date: Sun, 30 Jun 2024 14:32:56 -0400 Subject: [PATCH] correct the trajectory of pi diameter radius --- js/TagCloud.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/TagCloud.js b/js/TagCloud.js index 14f79be..f1228a0 100644 --- a/js/TagCloud.js +++ b/js/TagCloud.js @@ -420,7 +420,7 @@ TagCloud.list = []; // default config TagCloud._defaultConfig = { - radius: 100, + radius: 180, // rolling radius, unit `px` maxSpeed: 'normal', // rolling max speed, optional: `slow`, `normal`(default), `fast`