background animation and music
Some checks failed
Deploy to Cloudflare Workers / deploy (push) Failing after 28s

This commit is contained in:
Satria 2026-03-19 12:21:18 +07:00
commit ac5c8168b4
5 changed files with 94 additions and 17 deletions

View file

@ -11,14 +11,8 @@ export default {
'-gradient-6': 'linear-gradient(-6deg, var(--tw-gradient-stops))'
},
animation: {
'scrolling-text-to-l': 'scroll 16s linear infinite',
'scrolling-text-to-r': 'scroll 16s linear infinite reverse',
},
keyframes: {
scroll: {
'0%': { transform: 'translateX(-90%)' },
'100%': { transform: 'translateX(90%)' },
},
},
},
},