在JS中预定义了计数器吗?

时间:2017-12-12 10:20:50

标签: javascript jquery css

我做了一些研究,但我无法理解什么是' 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));
    }
});
});

0 个答案:

没有答案