CSS Animations
This commit is contained in:
@@ -44,6 +44,12 @@ const MyElemSchema = new Schema({
|
||||
align: {
|
||||
type: Number,
|
||||
},
|
||||
vertalign: {
|
||||
type: Number,
|
||||
},
|
||||
speed: {
|
||||
type: Number,
|
||||
},
|
||||
parambool: {
|
||||
type: Boolean,
|
||||
},
|
||||
@@ -99,7 +105,10 @@ const MyElemSchema = new Schema({
|
||||
color: {
|
||||
type: String,
|
||||
},
|
||||
active: {
|
||||
colorsub: {
|
||||
type: String
|
||||
},
|
||||
active: {
|
||||
type: Boolean,
|
||||
},
|
||||
class: {
|
||||
@@ -111,6 +120,15 @@ const MyElemSchema = new Schema({
|
||||
class3: {
|
||||
type: String,
|
||||
},
|
||||
class4: {
|
||||
type: String,
|
||||
},
|
||||
class_anim: {
|
||||
type: String,
|
||||
},
|
||||
class_anim2: {
|
||||
type: String,
|
||||
},
|
||||
styleadd: {
|
||||
type: String,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user