From c0f2ec2f70023688bb2033d409f3a2887622f560 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 27 Sep 2021 23:36:20 +0300 Subject: fix(web/tvl/logo): Make the logo slightly ... faster grfn pointed out that the previous animation was so subtle that it could be mistaken for a symptom of perceptual distortion, which is not ideal. This doubles the speed of the animation to make it more obvious that animation is not taking place in the viewer's head. Change-Id: Icd836e91677dfab44357932b53673d701ac6b9f3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3647 Reviewed-by: grfn Tested-by: BuildkiteCI --- web/tvl/logo/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/tvl/logo') diff --git a/web/tvl/logo/default.nix b/web/tvl/logo/default.nix index 0c0d0e5a95ec..74ab4de7ddf4 100644 --- a/web/tvl/logo/default.nix +++ b/web/tvl/logo/default.nix @@ -28,7 +28,7 @@ let frameCss = frame: "${toString frame.at}% { fill: ${frame.colour}; }"; in '' #armchair-background { - animation: 60s infinite alternate armchairPalette; + animation: 30s infinite alternate armchairPalette; } @keyframes armchairPalette { -- cgit 1.4.1