client logos in process
This commit is contained in:
+2
-2
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user