Update API doc

pull/4869/head
GitHub Actions Bot 2023-11-22 13:20:21 +00:00
parent 9385a1b61f
commit b96238b43f
1 changed files with 18 additions and 0 deletions

View File

@ -46846,6 +46846,15 @@
"readonly": false,
"type": "string",
"default": "",
"description": "Style class to add when item begins to get displayed.",
"deprecated": "since v3.41.0. Use 'enterFromClass' option instead."
},
{
"name": "enterFromClass",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Style class to add when item begins to get displayed."
},
{
@ -46870,6 +46879,15 @@
"readonly": false,
"type": "string",
"default": "",
"description": "Style class to add when item begins to get hidden.",
"deprecated": "since v3.41.0. Use 'leaveFromClass' option instead."
},
{
"name": "leaveFromClass",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Style class to add when item begins to get hidden."
},
{