mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
set 150 ms transition
This commit is contained in:
parent
954d231da4
commit
dc740d7a8f
@ -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 () => {
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user