preview doesn't work after update An CC
Hello, last friday i made a very simple animation with animate cc ( something with a mask ) which was working..
so i thought after the working, to go on with it today..
but first did a upgrade of all the cc programs, include animate...and now it in't working anymore...?
an export of a earlier banner in the finder works, but that earlier file in animate doesn't preview...it should be a (new) setting..but where can i fin it?
hope anyone can reply me asap
grt cartimundi
edit@ i restart it, and when i launched the preview again, i get the message" there is a javascript problem"
after that i get the browser with a white screen..
when i preview it again, i don't see the javascript warning anymore, and directly the white screen in the browser
edit@@ when i change the template in export settings to basic ( therefor i had google adwords) i get a view of the animation..only the animation doesn't work ( it hink because i'm working with code)
i'm using a template (getting from someone in the greensock forum)
it is in the upper selection of the timeline and is called CTA.
the code in CTA is:
if (window.devicePixelRatio > 1) {
var canvasWidth = canvas.width;
var canvasHeight = canvas.height;
canvas.width = canvasWidth * window.devicePixelRatio;
canvas.height = canvasHeight * window.devicePixelRatio;
canvas.style.width = canvasWidth+"px";
canvas.style.height = canvasHeight+"px";
//console.log(window.devicePixelRatio);
stage.scaleX=stage.scaleY=window.devicePixelRatio;
} //this.cta.on("click", function() {
// ExitApi.exit();
//});
//TweenMax.from(this.mc_logo, 2, {y:"500",scale:"0", ease:Back.easeOut});
//gsap timeline
tl = new TimelineMax();
tl.to(this.blok, 3, { x: 555}, "+0.2");
this.stop();
i hope someone can help me, otherwise i will downgrade and wait for a solution
