The video carousel I’m using throughout my site is reducing the opacity of each video by 50% when I advance the slider. I can’t find any interactions, hover states or opacity transitions that could be triggering this interaction.
@JCB - If you are talking about .carousel-videos then know that Webflow is leveraging Embedly and those videos are in and IFRAME, as such you can’t manipulate the properties and note that if a video is being played and the user moves forward the video continues to play. Also means all the slide videos are being loaded by the browser which = bloat.
If this was my project I would ditch Webflow’s slider, instead I would use a more supportable slider like swiper.js and abandon using Embedly all together for HTML5 video with custom code. That would provide a much better experience for users.
So I have first looked to DOM search for custom code on site, then find what element is actually changing etc. etc. it took me a while to get back to read only and check interactions.