New Landing How can we help? Themeforest Theme Support Dante Basic Counter (+) close by number Reply To: Basic Counter (+) close by number

#91217
E_K
Member
Post count: 199

Hello Mohammad,

countAsset.appear(function() {				
					
						countNumber.countTo({
                                                     onComplete: function () {
                                                              countNumber.text(countNumber.text()+'+'); 
								countDivider.animate({
									'width': 50
								}, 400, 'easeOutCubic');
								countSubject.delay(100).animate({
									'opacity' : 1,
									'bottom' : '0px'
								}, 600, 'easeOutCubic');
							}

Am I putting that on the right line?

Thanks.