diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-04-14 19:54:02 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-04-14 22:55:17 +0200 |
| commit | c4d6449f3496853519146d6b63058e000092658d (patch) | |
| tree | ddbe4238f4a66bdead51c1ed75edde0c8ac891af /client | |
| parent | 37fa67b9ad1f8a6183fa4a8308c01ec5449b4730 (diff) | |
Add animation / stepping of model
Diffstat (limited to 'client')
| -rw-r--r-- | client/causalloop.css | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |