GSAP doesn't really care if you're animating DOM or canvas - it can work with just about anything. Therefore, it's not using CSS properties or anything like that, so the transformPerspective:800 in your code wouldn't work (unless they have that property baked into CreateJS which I doubt). So where Edge Animate was all DOM-based, Adobe Animate is a completely different beast because it's canvas-based. My understanding, though, is that it's a rebranded version of Adobe Flash and that it uses the CreateJS canvas-based framework to render everything (well, EaselJS is the sub-component of CreateJS that does the canvas stuff). We are also looking into this and will let you know if we find anything.ĭisclaimer: I have zero experience with the new Adobe Animate. We haven’t done any investigation yet on working with GreenSock libraries and there is no integration (so no errors). I already posted this on the Adobe forum and got this answer : Have you tried the Greensock forum to see why this is not working. t(element, ) Īny thoughts on why it's not working? I don't have Flash CC at the moment, so I cannot test there. Var back = sym.getSymbol('Container').$('back') Var front = sym.getSymbol('Container').$('front') I'm currently beta testing the new Adobe Animate and I have a problem with the 3d rotation.