Cuenta incremental de números
Categoria:
jQuerySnippet:
jQuery(document).ready(function($){
$('.count').each(function () {
$(this).prop('Counter',0).animate({
Counter: $(this).text()
}, {
duration: 4000,
easing: 'swing',
step: function (now) {
$(this).text(Math.ceil(now));
}
});
});
});
Versiones:
Array
Descripción:
Cuenta super cool de números incremental. Tipo: "cafés bebidos"