mirror of
https://github.com/tale/headplane.git
synced 2026-08-19 01:16:18 +00:00
feat: add loading indicator
This commit is contained in:
@@ -24,6 +24,19 @@ export default {
|
||||
colors: {
|
||||
main: colors.slate,
|
||||
ui: colors.neutral
|
||||
},
|
||||
keyframes: {
|
||||
loader: {
|
||||
from: {
|
||||
transform: 'translateX(-100%)'
|
||||
},
|
||||
to: {
|
||||
transform: 'translateX(100%)'
|
||||
}
|
||||
}
|
||||
},
|
||||
animation: {
|
||||
loading: 'loader 0.8s infinite ease-in-out'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user