Hello everyone,
I wanted to try recreating the Youtube video thumbnails interactions for practice. I was wondering if there was a way to just create 1 master component for the thumbnail default and “hover” state for the GIF effect? I managed to do it as shown in the “intended final result” video but I had to create multiple component sets for different videos. (By the way, I didn’t actually use “while hovering” but “mouse enter/leave” interaction instead for the added delay effect)
Then I tried to do it with 1 video type for the master component and manually changed the instance for different videos, this is what I was going for so that I don’t have to create multiple videos in my master component set like in the “intended final result” video but alas it only works for the default state, when it switches to the “hover” state the GIF uses the original master component video instead as shown in the next video.
Any insight would be highly appreciated, thank you for your time.