From f5c3d84bd5229640b5116d4631a1437a1ce6be5d Mon Sep 17 00:00:00 2001 From: Francesco Luzzana Date: Sun, 22 May 2022 10:05:19 +0200 Subject: [PATCH] shape --- exquisite_branch/templates/display_mako.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exquisite_branch/templates/display_mako.html b/exquisite_branch/templates/display_mako.html index 3dbb365..af20268 100644 --- a/exquisite_branch/templates/display_mako.html +++ b/exquisite_branch/templates/display_mako.html @@ -13,7 +13,7 @@
<% transform = '' %> % for branch in stream: - <% transform = transform + ' rotate(' + str(random() * 0.1) + 'turn) translateX(100%)'%> + <% transform = transform + ' rotate(' + str(random() * 2 - 1) * 0.02) + 'turn) translateX(100%)'%>
${branch['content']}
% endfor