From ded9b1efc1118ddc12bf73d82b1602c945564ba8 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 2 Feb 2023 18:13:59 -0500 Subject: [PATCH] entrance animation for 'invisible' --- src/layouts/index.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/layouts/index.html b/src/layouts/index.html index f2b33d1..bd280c8 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -27,6 +27,17 @@ .inner-glow{ color: #1a1a1a; text-shadow: 0 0px 18px rgba(255, 255, 255, 0.5); + opacity: 0; + animation: fadeIn 1s ease-in-out forwards; + } + + @keyframes fadeIn { + from { + opacity: 0; + } + to { + opacity: 1; + } } .code-box{ @@ -52,7 +63,7 @@
-

Invisible yet powerful

+

Invisible yet powerful

Upgrade to Tea - the revolutionary, cross-platform package manager. Say goodbye to slow & clunky, and say hello to fast & smooth updates. From the creator of Brew.

Introducing tea, the cross-platform package manager of the future. Say goodbye to slow package managers. With tea, simply type commands and it takes care of the rest. Get the latest version easily and support specific tool versions for different projects. Encoding dependencies in the README makes it readable by humans and tea, providing easier access for users. Experience better package management with tea.