feat: File list hover layout done.

This commit is contained in:
chiayin
2024-01-15 12:01:22 +08:00
parent d4f0801ca1
commit d7b372f620
3 changed files with 67 additions and 17 deletions

View File

@@ -57,6 +57,11 @@ module.exports = {
'50%': { opacity: '0.5' },
'100%': { opacity: '1' },
},
'fadeout': {
'0%': { opacity: '1' },
'0%': { opacity: '0.5' },
'0%': { opacity: '0' },
},
'edit': {
'0%, 100%': { transform: 'rotate(0deg)' },
'25%': { transform: 'rotate(9deg)' },
@@ -65,6 +70,7 @@ module.exports = {
},
animation: {
'fadein': 'fadein 1s ease-in-out',
'fadeout': 'fadeout 1s ease-in-out',
'edit': 'edit 0.6s ease'
},
},