Forum Discussion
GSAP timeline to speedup / slowdown any animations on it
one idea - you would have to prevent storyline from switching to web audio
for this you have to patch "html5/lib/scripts/bootstrapper.min.js"
replace
return window.AudioContext||window.webkitAudioContext||null
with
return /*window.AudioContext||window.webkitAudioContext||*/null
=> the player gets always the info "no web audio" available, use "normal audio"
important: save your patch js library - which is exacly for one storyline version - and copy the file after every publish
result on a https:// webserver
if you want the patched file for all your courses you could overwrite the library file in the programm folder - so a manual overwrite after every publish should no longer be necessary
(just not tested !)
Wouldn't a Javascript based solution like this...
https://codepen.io/Rumyra/pen/qyMzqN/
not be far more easier ( and with more possibilities ) for users ?
Related Content
- 8 months ago
- 10 months ago