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 <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
00de60fc3b
commit
c0f2ec2f70
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue