]> git.0d.be Git - panikdb.git/commitdiff
wiki: slow down a bit the loading bar
authorFrédéric Péters <fpeters@0d.be>
Wed, 24 Jun 2020 11:46:56 +0000 (13:46 +0200)
committerFrédéric Péters <fpeters@0d.be>
Wed, 24 Jun 2020 11:46:56 +0000 (13:46 +0200)
panikdb/static/css/style.scss

index 0dfb94fd47b9565226b386c412b67d127ecebf4c..9ead70cdc610aeed27b7809ee3f399d05f918bc3 100644 (file)
@@ -841,7 +841,7 @@ body.loading::before {
        animation-name: load_animation;
        animation-duration: 1000ms;
        animation-timing-function: ease-out;
-       transition: opacity 200ms linear;
+       transition: opacity 500ms linear;
 }
 
 @keyframes load_animation {