add split annotation feature
This commit is contained in:
parent
839decd4e6
commit
27cc1a81fd
2 changed files with 29 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue