Prototype: Real time progress bar for videos?

Hello,

Is it possible to create a progress bar that starts and ends based on the length of a video?

Thank you for your help!

Cheers, Michael

1 Like

If you don’t also need to be able to pause the video after it’s started, and you’re okay doing it manually for each video based on the length, you can just make a progress bar with smart animate, give it a linear animation and set the animation type to equal the video length.

1 Like

@Baffour_Atuah

The problem is that the maximum time for an animation is limited to 10 seconds. The videos are longer than 10 seconds.

I found a solution with a variant animation that plays 10s progress bars after each other.

2 Likes

Only one problem left:

The user can pause a video and therefore the progress bar has to stop as well.
Is there any possibility to pause an animation within a variant smart animation?