I am testing out the Webflow Editor for a client and notice that text using the GSAP animation I implemented is not showing up in the Editor (works fine on Designer and Published site). Here is the code I am using below:
.split-text{ overflow: hidden !important; } .line-animation{ overflow: hidden !important; } [js-line-animation] { visibility: hidden; } .w--editor [js-line-animation] { visibility: visible !important; animation: none !important; } [js-line-animation] .line { overflow: hidden; }I have the visibility set to visible so not sure how to proceed, if you can please provide some guidance.
Here is my site Read-Only: (Webflow - DRG Design Build)