background animation and music
Some checks failed
Deploy to Cloudflare Workers / deploy (push) Failing after 28s
Some checks failed
Deploy to Cloudflare Workers / deploy (push) Failing after 28s
This commit is contained in:
parent
701d493af8
commit
ac5c8168b4
5 changed files with 94 additions and 17 deletions
|
|
@ -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%)' },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue