X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=tardis.html;fp=tardis.html;h=cca4e97f60eaaa2580cbeb7c649f6973910e54e3;hb=02bec3ec32f0b5af59b7108354f48ed3514eb6b7;hp=7f5dd9f116668847b1e9ef23b9dca865ae42c38d;hpb=964b578d99e662efbab8bcc1db74cfc1bdbf0458;p=zombocom-ai diff --git a/tardis.html b/tardis.html index 7f5dd9f..cca4e97 100644 --- a/tardis.html +++ b/tardis.html @@ -22,6 +22,20 @@ animation-timing-function: ease-in; animation-fill-mode: forwards; } + @keyframes fade { + from { + opacity: 100%; + } + to { + opacity: 0%; + } + } + .fade-out { + animation-name: fade; + animation-duration: 0.8s; + animation-timing-function: ease-in; + animation-fill-mode: forwards; + } #welcome { position: fixed; width: 100%; @@ -80,11 +94,11 @@ -