updates
This commit is contained in:
@@ -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',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user