Play Button Code Help

Hi,

Can anyone help me with this? https://webflow.com/website/freelance-tv-demo

I’m trying to figure out how the black and white triangle in the play button has the interaction set to it without any states or interactions set to it. In the code it says

element.style {
opacity: 0;
transform: scaleX(1.2) scaleY(1.2) scaleZ(1);
transform-style: preserve-3d;
transition: opacity 200ms ease 0s, transform 200ms ease 0s;
}

But i don’t see it in the designer mode at all