feat: upload contentEditable done.

This commit is contained in:
chiayin
2024-01-03 17:45:46 +08:00
parent 16d9547305
commit 65c42312ee
3 changed files with 29 additions and 5 deletions

View File

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