feat: display scrolling company logos (#226)

* feat: add scrolling company logos

* chore: update translations
This commit is contained in:
Henry
2025-10-24 21:21:02 +01:00
committed by GitHub
parent 1e2326ac2e
commit 4a3cf50c76
34 changed files with 1990 additions and 156 deletions

View File

@@ -22,6 +22,7 @@ export default {
"border-spin": "border-spin 4s linear infinite",
"fade-down": "fade-down 0.5s ease-out",
"fade-in": "fade-in 0.5s ease-out",
scroll: "scroll 40s linear infinite",
},
keyframes: {
@@ -47,6 +48,14 @@ export default {
opacity: "1",
},
},
scroll: {
"0%": {
transform: "translateX(0)",
},
"100%": {
transform: "translateX(calc(-50% - 1.5rem))",
},
},
},
colors: {
"dark-50": "#161616",