Revision: 43388
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 23, 2011 06:37 by mecsekikrisztian
Initial Code
...
TweenMax.to(myObject, 1, {rotationY:45, onComplete:removeMatrix});
function removeMatrix(){
myObject.transform.matrix3D = null;
myObject.x=200 // or any position
myObject.y=200 // or any position
}
...
Initial URL
Initial Description
Initial Title
Remove blur effect caused by 3d transform after the tweenmax transform
Initial Tags
Initial Language
ActionScript 3