equal
deleted
inserted
replaced
438 this['animation-handle'].detach() ; |
438 this['animation-handle'].detach() ; |
439 this['animation-handle'] = null ; |
439 this['animation-handle'] = null ; |
440 // CY.log('detached...') ; |
440 // CY.log('detached...') ; |
441 } |
441 } |
442 gIComments.signalAnimationEnd() ; |
442 gIComments.signalAnimationEnd() ; |
443 //if (gIComments.animationsEnded()) |
443 if (gIComments.animationsEnded()) |
444 gIComments.whenAnimationsEndReply() ; |
444 gIComments.whenAnimationsEndReply() ; |
445 }, |
445 }, |
446 |
446 |
447 //aa = new CY.Anim({node:gIComments._c[0].overlay.get('boundingBox'), to:{xy : [0,0]}, duration:2.0}) |
447 //aa = new CY.Anim({node:gIComments._c[0].overlay.get('boundingBox'), to:{xy : [0,0]}, duration:2.0}) |
448 setAnimationToPosition : function(toXY, focus, reply) { |
448 setAnimationToPosition : function(toXY, focus, reply) { |