set 150 ms transition

This commit is contained in:
srgooglo 2022-06-01 03:14:11 +02:00
parent 954d231da4
commit dc740d7a8f
2 changed files with 5 additions and 1 deletions

View File

@ -22,6 +22,10 @@ export default [
"title": "Name", "title": "Name",
"description": "Change your public name", "description": "Change your public name",
"props": { "props": {
// set max length
"maxLength": 120,
"showCount": true,
"allowClear": true,
"placeholder": "Enter your name. e.g. John Doe", "placeholder": "Enter your name. e.g. John Doe",
}, },
"defaultValue": async () => { "defaultValue": async () => {

View File

@ -26,7 +26,7 @@
overflow-y: overlay; overflow-y: overlay;
word-break: break-all; word-break: break-all;
transition: all 250ms ease-in-out; transition: all 150ms ease-in-out;
&.hided { &.hided {
width: 0; width: 0;