Hi Everyone, Is it possible to use Greensock and ScrollMagic in a Wix/Corvid site build? Thanks..

From what I see, probably not. Corvid understands all of Javascript, except for anything that accesses the DOM. Accessing document elements such as div, span, button, etc is off-limits. The way to access elements on the page is only through $w.

One possibility, is that you might be able to use a CustomComponent .