This commit is contained in:
Emre
2025-10-11 13:09:23 +03:00
parent 9451d22494
commit d3fd2db514
18 changed files with 443 additions and 154 deletions

View File

@@ -31,9 +31,14 @@ export default {
'0%, 100%': { opacity: 1 },
'50%': { opacity: 0.35 },
},
'data-stream': {
'0%': { backgroundPosition: '0% 50%' },
'100%': { backgroundPosition: '200% 50%' },
},
},
animation: {
blink: 'blink 0.9s steps(2, start) infinite',
'data-stream': 'data-stream 2.75s linear infinite',
},
},
},