tune index/projects Dots animation fading

This commit is contained in:
2024-12-28 18:25:16 -06:00
parent da6333d39a
commit c4c805c83b
5 changed files with 24 additions and 14 deletions

View File

@@ -47,7 +47,8 @@ module.exports = {
"radial-gradient(50% 50% at 50% 50%, var(--tw-gradient-stops))",
},
animation: {
bg: "fade-in 3s ease-in forwards",
"bg-fast": "fade-in 0.5s ease-in-out 0.5s forwards",
bg: "fade-in 1.2s ease-in-out 1.1s forwards",
"fade-in": "fade-in 3s ease-in-out forwards",
title: "title 3s ease-out forwards",
"fade-left": "fade-left 3s ease-in-out forwards",
@@ -58,9 +59,6 @@ module.exports = {
"0%": {
opacity: "0%",
},
"75%": {
opacity: "0%",
},
"100%": {
opacity: "100%",
},