FAT: demonstation v1 !

This commit is contained in:
prosety
2022-11-26 17:11:08 +01:00
parent 6a5803a353
commit eeb6522a78
10 changed files with 153 additions and 47 deletions

View File

@@ -16,15 +16,30 @@ module.exports = {
'0%': { opacity: '1' },
'100%': { opacity: '0' },
},
popin: {
'0%': { opacity: '1' },
'100%': { opacity: '0' },
upApp: {
'0%': { transform: 'scale(0)' },
'90%': { transform: 'scale(1.2)' },
'100%': { transform: 'sale(1)' },
},
openApp: {
'0%': { transform: 'scale(0.8)' },
'50%': { transform: 'scale(1.2)' },
'100%': { transform: 'sale(1)' },
},
click: {
'0%': { transform: 'scale(0.5)' },
'50%': { transform: 'scale(1.5)' },
'100%': { transform: 'sale(1)' },
},
},
animation: {
blink: 'blink .6s infinite',
slide: 'slide .3s',
fadeout: 'fadeout .8s',
upApp: 'upApp .5s cubic-bezier(0, 0, 0.2, 1)',
openApp: 'openApp .3s cubic-bezier(0, 0, 0.2, 1)',
click: 'click .3s cubic-bezier(0, 0, 0.2, 1)',
},
},
},