Hi,
I received a completed Webflow project. There’s an animation I see on the exported website and in the code, but can’t locate it in Webflow:
will-change: transform; transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d;
This is directly in the style
attribute of the animated div
(more exactly a container div of the animated elements).
I can see the div in webflow, with the same class as I see on the browser and everything but this animation is nowhere to be found. In the style tab, under effects, everything is empty, also nothing in element settings / custom attributes and the other tabs.
Where is it? New to Webflow. Thanks!