add split annotation feature

This commit is contained in:
j 2023-05-15 14:06:04 +01:00
commit 27cc1a81fd
2 changed files with 29 additions and 1 deletions

View file

@ -76,6 +76,8 @@ class PandoraScroll extends HTMLElement {
}
if (a.name == 'layers') {
config[a.name] = a.value.split(' ')
} else if (a.name == 'split') {
config[a.name] = a.value.split(' ')
} else if (['in', 'out'].indexOf(a.name) > -1) {
config[a.name] = parseTime(a.value)
} else {