|
18 | 18 | "y": { "$ref": "#/definitions/animated_float_conf" } |
19 | 19 | } |
20 | 20 | }, |
21 | | - "item": { |
22 | | - "title": "Context Menu Item Animation Configuration", |
23 | | - "description": "Animation effects for context menu items", |
24 | | - "type": "object", |
25 | | - "additionalProperties": false, |
26 | | - "properties": { |
27 | | - "opacity": { "$ref": "#/definitions/animated_float_conf" }, |
28 | | - "x": { "$ref": "#/definitions/animated_float_conf" }, |
29 | | - "y": { "$ref": "#/definitions/animated_float_conf" }, |
30 | | - "width": { "$ref": "#/definitions/animated_float_conf" } |
31 | | - } |
32 | | - }, |
33 | | - "bg": { |
34 | | - "title": "Background Animation Configuration", |
35 | | - "description": "Animation effects for context menu background", |
| 21 | + "item": { |
| 22 | + "title": "Context Menu Item Animation Configuration", |
| 23 | + "description": "Animation effects for context menu items", |
| 24 | + "type": "object", |
| 25 | + "additionalProperties": false, |
| 26 | + "properties": { |
| 27 | + "opacity": { "$ref": "#/definitions/animated_float_conf" }, |
| 28 | + "x": { "$ref": "#/definitions/animated_float_conf" }, |
| 29 | + "y": { "$ref": "#/definitions/animated_float_conf" }, |
| 30 | + "width": { "$ref": "#/definitions/animated_float_conf" }, |
| 31 | + "blur": { "$ref": "#/definitions/animated_float_conf" }, |
| 32 | + "appear_blur": { |
| 33 | + "title": "Initial Text Blur", |
| 34 | + "description": "Starting blur radius for menu item text appear animation", |
| 35 | + "type": "number", |
| 36 | + "minimum": 0, |
| 37 | + "default": 2.5 |
| 38 | + } |
| 39 | + } |
| 40 | + }, |
| 41 | + "bg": { |
| 42 | + "title": "Background Animation Configuration", |
| 43 | + "description": "Animation effects for context menu background", |
36 | 44 | "type": "object", |
37 | 45 | "additionalProperties": false, |
38 | 46 | "properties": { |
39 | | - "opacity": { "$ref": "#/definitions/animated_float_conf" }, |
40 | | - "x": { "$ref": "#/definitions/animated_float_conf" }, |
41 | | - "y": { "$ref": "#/definitions/animated_float_conf" }, |
42 | | - "w": { "$ref": "#/definitions/animated_float_conf" }, |
43 | | - "h": { "$ref": "#/definitions/animated_float_conf" } |
44 | | - } |
45 | | - } |
46 | | - }, |
| 47 | + "opacity": { "$ref": "#/definitions/animated_float_conf" }, |
| 48 | + "x": { "$ref": "#/definitions/animated_float_conf" }, |
| 49 | + "y": { "$ref": "#/definitions/animated_float_conf" }, |
| 50 | + "w": { "$ref": "#/definitions/animated_float_conf" }, |
| 51 | + "h": { "$ref": "#/definitions/animated_float_conf" }, |
| 52 | + "appear_w_scale": { |
| 53 | + "title": "Initial Width Scale", |
| 54 | + "description": "Starting width scale for the background expand animation", |
| 55 | + "type": "number", |
| 56 | + "minimum": 0, |
| 57 | + "maximum": 1, |
| 58 | + "default": 0.6 |
| 59 | + }, |
| 60 | + "appear_h_scale": { |
| 61 | + "title": "Initial Height Scale", |
| 62 | + "description": "Starting height scale for the background expand animation", |
| 63 | + "type": "number", |
| 64 | + "minimum": 0, |
| 65 | + "maximum": 1, |
| 66 | + "default": 0.6 |
| 67 | + } |
| 68 | + } |
| 69 | + } |
| 70 | + }, |
47 | 71 | "title": "Animation Configuration", |
48 | 72 | "description": "Configure the animation effects of the context menu", |
49 | 73 | "type": "object", |
|
57 | 81 | }, |
58 | 82 | "main_bg": { |
59 | 83 | "$ref": "#/definitions/context_menu/definitions/theme/definitions/animation/definitions/bg" |
60 | | - }, |
61 | | - "submenu_bg": { |
62 | | - "$ref": "#/definitions/context_menu/definitions/theme/definitions/animation/definitions/bg" |
63 | | - } |
64 | | - } |
65 | | - } |
| 84 | + }, |
| 85 | + "submenu_bg": { |
| 86 | + "$ref": "#/definitions/context_menu/definitions/theme/definitions/animation/definitions/bg" |
| 87 | + } |
| 88 | + } |
| 89 | + } |
66 | 90 | }, |
67 | 91 | "title": "Context Menu Theme Configuration", |
68 | 92 | "description": "Configure the theme and appearance of the context menu", |
|
0 commit comments