Fullscreen Video

Hello,

How do I make a video play fullscreen after my animation via timeline? I was able to get the video to play after my animation ended, but I would like it to play fullscreen on devices.

Hi @mattdlmag,

You can set up an event handler for your timeline animation’s .on("complete", ...) event and call the playFullscreenVideo(...) function within it.

This will play the video you specify fullscreen once the timeline animation has finished playing. You can check out how to easily create event handlers in a script node in our Scripting Tips and Tricks article.

Hope this helps.

All the best,
Seb