fix: update experimental tab

This commit is contained in:
David Ralph
2021-11-14 14:44:16 +00:00
parent f4e88cef2e
commit a3fb4a6522
4 changed files with 26 additions and 8 deletions

View File

@@ -64,6 +64,17 @@ export function values(type) {
{ value: 50, label: '50%' },
{ value: 75, label: '75%' },
{ value: 100, label: '100%' }
],
experimental: [
{ value: 0, label: '0s' },
{ value: 500, label: '0.5s' },
{ value: 1000, label: '1s' },
{ value: 1500, label: '1.5s' },
{ value: 2000, label: '2s' },
{ value: 2500, label: '2.5s' },
{ value: 3000, label: '3s' },
{ value: 4000, label: '4s' },
{ value: 5000, label: '5s'}
]
};