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