++ Animation fixed in Home pic.
++"Dark Mode"
This commit is contained in:
@@ -13,7 +13,7 @@ export default defineComponent({
|
||||
type: Object as PropType<IAnim | string | undefined>,
|
||||
required: false,
|
||||
default : () => {
|
||||
return {name: '', clduration: '', cldelay: ''}
|
||||
return {name: '', clduration: '', cldelay: '', timingtype: 'ease-in-out'}
|
||||
}
|
||||
},
|
||||
label: {
|
||||
|
||||
Reference in New Issue
Block a user