feat: display scrolling company logos (#226)
* feat: add scrolling company logos * chore: update translations
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user