Как добавить animate = "true" и showcursor: true во время создания Abcjs.editor: < /p> [code] 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 } }); }
[/code] Документы анимации https://configurator.abcjs.net/animation включают в себя Showcursor: True, но он не включен в демо редактора: https://www.abcjs.net /abcjs-editor.html, хотя он работает в https://editor.drawthedots.com/ и в плагине WordPress.