codevise / pageflow

Multimedia story telling for the web.
http://pageflow.io
MIT License
689 stars 125 forks source link

Improve onVisible/onInvisible callbacks #1947

Closed tf closed 1 year ago

tf commented 1 year ago

We want to start background videos in fade sections only once the section becomes active to prevent missing the beginning.

Invoke onVisible only once the section is active for fade section. Invoke onInvisible with a short delay once the section is no longer active to prevent pausing background videos while the fade transition is still in progress.

REDMINE-20230