Update API doc
parent
11f06ee3ae
commit
da7fab930c
|
@ -46150,7 +46150,7 @@
|
||||||
"description": "Selector to define the target element. Available selectors are '@next', '@prev', '@parent' and '@grandparent'."
|
"description": "Selector to define the target element. Available selectors are '@next', '@prev', '@parent' and '@grandparent'."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "enterClassName",
|
"name": "enterClass",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -46158,7 +46158,7 @@
|
||||||
"description": "Style class to add when item begins to get displayed."
|
"description": "Style class to add when item begins to get displayed."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "enterActiveClassName",
|
"name": "enterActiveClass",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -46166,7 +46166,7 @@
|
||||||
"description": "Style class to add during enter animation."
|
"description": "Style class to add during enter animation."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "enterToClassName",
|
"name": "enterToClass",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -46174,7 +46174,7 @@
|
||||||
"description": "Style class to add when item begins to get displayed."
|
"description": "Style class to add when item begins to get displayed."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "leaveClassName",
|
"name": "leaveClass",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -46182,7 +46182,7 @@
|
||||||
"description": "Style class to add when item begins to get hidden."
|
"description": "Style class to add when item begins to get hidden."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "leaveActiveClassName",
|
"name": "leaveActiveClass",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -46190,7 +46190,7 @@
|
||||||
"description": "Style class to add during leave animation."
|
"description": "Style class to add during leave animation."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "leaveToClassName",
|
"name": "leaveToClass",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
Loading…
Reference in New Issue