From c4d6449f3496853519146d6b63058e000092658d Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 14 Apr 2026 19:54:02 +0200 Subject: Add animation / stepping of model --- client/causalloop.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client') diff --git a/client/causalloop.css b/client/causalloop.css index 78875d1..175cbf9 100644 --- a/client/causalloop.css +++ b/client/causalloop.css @@ -27,5 +27,6 @@ } .causalloop.thumbnail text.label { - cursor: pointer; + cursor: pointer; + transition: 1s font-size; } -- cgit