feat: File list hover layout done.
This commit is contained in:
@@ -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'
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user