Blogs listing + Categories
This commit is contained in:
@@ -88,10 +88,15 @@ export default {
|
||||
height: "0",
|
||||
},
|
||||
},
|
||||
fadeIn: {
|
||||
from: { opacity: "0" },
|
||||
to: { opacity: "1" },
|
||||
},
|
||||
},
|
||||
animation: {
|
||||
"accordion-down": "accordion-down 0.2s ease-out",
|
||||
"accordion-up": "accordion-up 0.2s ease-out",
|
||||
fadeIn: "fadeIn 0.5s ease-in-out forwards",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user