Delay in hiding multiple elements?

Hello, I’ve been trying to hide multiple elements. While I got it to work, some element still lingers before being completely hidden. I thought that maybe there were too many elements on the page and tried removing most of them but the issue is still there. The elements I am trying to hide is a container box with various smaller container box each with text,image, and vector. The container also has hover on if that matters.

If the lists of items are completely different, you could try using the Multi-State Box to do the switching in your video. That way there would be no delay between them.

As to why that would be happening, I’d check if you see it happening on the live website as well.

Thank you for your help, looks like multi-state box did the trick. Though now I’m stuck trying to change the color of the text button on click. I tried referring to the API reference but for some reason it says property of HTML does not exist with the code I use.

@medinfo411 1. You cannot set the html for a button, only for text element (and you’re missing the double quotation closure inside the string).