marquee completed, others fixing

This commit is contained in:
2024-07-02 15:00:41 +05:00
parent c5a01b9779
commit 3aa292467f
30 changed files with 1561 additions and 76 deletions
+8
View File
@@ -15,7 +15,15 @@ export default {
},
colors: {
"text-gradient": '-webkit-linear-gradient(#798FFF, #D375FF)'
}, animation: {
'infinite-scroll': 'infinite-scroll 25s linear infinite',
},
keyframes: {
'infinite-scroll': {
from: { transform: 'translateX(0)' },
to: { transform: 'translateX(-100%)' },
}
}
},
},
plugins: [],