Как запустить анимацию и показать курсор из редактора?Javascript

Форум по Javascript
Anonymous
Как запустить анимацию и показать курсор из редактора?

Сообщение Anonymous »

Как добавить animate = "true" и showcursor: true во время создания Abcjs.editor: < /p>

Код: Выделить всё

    function initEditor() {
new ABCJS.Editor("abc", { paper_id: "paper0",
synth: {
el: "#audio",
options: { displayLoop: true, displayRestart: true, displayPlay: true, displayProgress: true, displayWarp: true }
},
generate_warnings: true,
warnings_id:"warnings",
abcjsParams: {
generateDownload: true,
clickListener: selectionCallback
}
});
}

Документы анимации https://configurator.abcjs.net/animation включают в себя Showcursor: True, но он не включен в демо редактора: https://www.abcjs.net /abcjs-editor.html, хотя он работает в https://editor.drawthedots.com/ и в плагине WordPress.

Подробнее здесь: https://stackoverflow.com/questions/793 ... rom-editor

Вернуться в «Javascript»