Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Dante › Basic Counter (+) close by number › Reply To: Basic Counter (+) close by number
July 15, 2014 at 10:43 am
#91217
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.