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",
"description": "Change your public name",
"props": {
// set max length
"maxLength": 120,
"showCount": true,
"allowClear": true,
"placeholder": "Enter your name. e.g. John Doe",
},
"defaultValue": async () => {

View File

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