src/cm/media/js/client/c_icomment.js
changeset 339 0508284129cf
parent 337 614669e0e313
child 341 053551f213fb
equal deleted inserted replaced
338:3174f59df260 339:0508284129cf
   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) {