client logos in process

This commit is contained in:
2024-08-30 14:43:18 +05:00
parent f238501863
commit 0e960c0654
3 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -13,12 +13,12 @@ const config: Config = {
'conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))',
},
animation: {
'infinite-scroll': 'infinite-scroll 20s linear infinite',
'infinite-scroll': 'infinite-scroll 10s linear infinite',
'highlight-product': 'highlight-product 0.1s ease-in 0s',
},
keyframes: {
'infinite-scroll': {
from: { transform: 'translateX(0)' },
from: { transform: 'translateX(0%)' },
to: { transform: 'translateX(-100%)' },
},
'highlight-product': {