Page 1 of 1

Video file popup Alpha toggle issue

Posted: Thu Dec 28, 2023 8:44 am
by Owen ki
Hi ,

First of all , I would like to make video popup which is a file , and I try to make some transition like fade in & out when users click the popup button.
So I set the action which is i posted.
It works correctly when the popup shows up
but It doesn't seem to work when it closes
Plz let me know the way..

And second of all,
Is it possible to create a button in the seekbar (which is connected to a video file) that can play only a certain portion of all ?
For example, connect a seekbar to a 1-minute video and
there is a button to divide it into 3 parts and play it for like 20 seconds each by clicking buttons.
and I want each button to play the part the user wants.


thanks.

(First image is for the button and the Second one is for the video file > (tree?) )
and they are separate )
action.png
action.png (12.63 KiB) Viewed 9322 times
close.png
close.png (6.76 KiB) Viewed 9322 times

Re: Video file popup Alpha toggle issue

Posted: Thu Dec 28, 2023 12:16 pm
by Hopki
Hi Owen,
It depends on what type of effect you want.
In the attached example the text box which acts as the show hide button uses a play/pause media action, so the video pauses while it fades out.
The video element is in a container which is set to Alpha 0, it is this you are fading in and out and not the video element.
Regards,