move long text out of intro, fix resize, fix position
This commit is contained in:
parent
eb7152bde6
commit
f9b30f1fd8
4 changed files with 25 additions and 8 deletions
|
|
@ -89,7 +89,6 @@ class PandoraScroll extends HTMLElement {
|
|||
config.root = this.shadowRoot.querySelector('.pandora-scroll')
|
||||
config.video = document.querySelector('video')
|
||||
loadAnnotations(config).then(config => {
|
||||
config.loaded = true
|
||||
if (config.mode == "single") {
|
||||
renderSingleMode(config)
|
||||
} else {
|
||||
|
|
@ -98,6 +97,7 @@ class PandoraScroll extends HTMLElement {
|
|||
renderAnnotation(window.config, config.video, config.root, annotation)
|
||||
})
|
||||
}
|
||||
config.loaded = true
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue