Share Posted March 20, 2013 Hi, i recently tried to combine greensock with createjs/easeljs. I made this: chicken = new createjs.Bitmap('images/chicken.png'); TweenMax.set(chicken, {css:{transformOrigin:"50% 50%"}}); canvas.addChild(chicken); I know that transformOrigin is a css property method, but can i use it for object in canvas? If 'CAN', how do i do it? Link to comment Share on other sites More sharing options...
Share Posted March 20, 2013 I'm sure it's possible somehow, but I'm not familiar enough with EaselJS to advise you right now - I'd recommend asking in their forums: http://community.createjs.com/discussions/easeljs If/when you find a solution, we'd love to hear about it. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now