fade animation
This commit is contained in:
parent
3a7335287a
commit
f3ccf3502a
1 changed files with 9 additions and 0 deletions
|
|
@ -8,6 +8,15 @@ export default {
|
||||||
extend: {
|
extend: {
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
display: ['Baskervville SC']
|
display: ['Baskervville SC']
|
||||||
|
},
|
||||||
|
animation: {
|
||||||
|
fade: 'fadeIn .5s ease-in-out'
|
||||||
|
},
|
||||||
|
keyframes: {
|
||||||
|
fadeIn: {
|
||||||
|
from: { opacity: '0' },
|
||||||
|
to: { opacity: '1' }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue