我做了一些研究,但我无法理解什么是' Counter' ?它是在js / jquery中预定义的吗?还是css属性?
$('.count').each(function () {
$(this).prop('Counter',0).animate({
Counter: $(this).text()
}, {
duration: 4000,
easing: 'swing',
step: function (now) {
$(this).text(Math.ceil(now));
}
});
});