Skip to content

Commit e928b43

Browse files
authored
editor animations addon -- animation speed option (2/2)
1 parent af9f62e commit e928b43

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/addons/addons/editor-animations/_manifest_entry.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ const manifest = {
3737
"name": "Animate Modals (create variable/list, custom block, etc)",
3838
"default": true,
3939
"type": "boolean"
40+
},
41+
{
42+
"id": "animateSpeed",
43+
"name": "Animation Speed (1-500%)",
44+
"type": "integer",
45+
"min": 1,
46+
"default": 100,
47+
"max": 500
4048
}
4149
],
4250
"userscripts": [

0 commit comments

Comments
 (0)