CSS Animations
This commit is contained in:
@@ -120,7 +120,9 @@ export interface IMyElem {
|
||||
container2?: string
|
||||
container3?: string
|
||||
span?: boolean
|
||||
transition?: boolean
|
||||
align?: number
|
||||
vertalign?: number
|
||||
fit?: string
|
||||
parambool?: boolean
|
||||
parambool2?: boolean
|
||||
@@ -142,6 +144,9 @@ export interface IMyElem {
|
||||
image?: string
|
||||
class2?: string
|
||||
class3?: string
|
||||
class4?: string
|
||||
class_anim?: string
|
||||
class_anim2?: string
|
||||
styleadd?: string
|
||||
list?: IImgGallery[]
|
||||
listcards?: IMyCard[]
|
||||
@@ -175,6 +180,7 @@ export interface IMyPage {
|
||||
active?: boolean
|
||||
inmenu?: boolean
|
||||
color?: string
|
||||
colorsub?: string
|
||||
onlyif_logged?: boolean
|
||||
only_residenti?: boolean
|
||||
only_consiglio?: boolean
|
||||
@@ -190,6 +196,17 @@ export interface IOption {
|
||||
options: number
|
||||
}
|
||||
|
||||
export interface IContacts {
|
||||
facebook?: string
|
||||
instagram?: string
|
||||
whatsapp?: string
|
||||
telegram?: string
|
||||
youtube?: string
|
||||
email?: string
|
||||
address?: string
|
||||
map?: string
|
||||
}
|
||||
|
||||
export interface ISites {
|
||||
_id?: string
|
||||
attiva?: boolean
|
||||
@@ -213,6 +230,7 @@ export interface ISites {
|
||||
confsite: IOption
|
||||
description?: string
|
||||
keywords?: string
|
||||
contacts?: IContacts
|
||||
}
|
||||
|
||||
export interface INewsToSent {
|
||||
|
||||
Reference in New Issue
Block a user