update logos animation

This commit is contained in:
2024-05-12 11:56:25 +03:00
parent 726ac881c1
commit 2a70e0860a
4 changed files with 149 additions and 1 deletions

View File

@@ -51,6 +51,15 @@ module.exports = {
'2xl': '1450px',
// => @media (min-width: 992px) { ... }
},
animation: {
'infinite-scroll': 'infinite-scroll 25s linear infinite',
},
keyframes: {
'infinite-scroll': {
from: { transform: 'translateX(0)' },
to: { transform: 'translateX(-100%)' },
}
}
},
},
plugins: [], // if we add forms, do it here