Vacina CG
Informações oficiais sobre a vacinação
Vacinômetro
0
Pessoas imunizadas
function animateValue(id, start, end, duration) { // assumes integer values for start and end var obj = document.getElementById(id); var range = end - start; // no timer shorter than 50ms (not really visible any way) var minTimer = 50; // calc step time to show all interediate values var stepTime = Math.abs(Math.floor(duration / range)); // never go below minTimer stepTime = Math.max(stepTime, minTimer); // get current time and calculate desired end time var startTime = new Date().getTime(); var endTime = startTime + duration; var timer; function run() { var now = new Date().getTime(); var remaining = Math.max((endTime - now) / duration, 0); var value = Math.round(end - (remaining * range)); obj.innerHTML = new Intl.NumberFormat('pt-BR').format(value) ; if (value == end) { clearInterval(timer); } } timer = setInterval(run, stepTime); run();}animateValue("vacina_count", 5, 34978, 5000); #vacina_count{ margin-top: 40px; display: block; color:#FFF; font-family: "Montserrat", Sans-serif; font-weight: 500; font-size: 65px; text-align: center; } #vacina_label{ margin-top: 20px; display: block; color:#F1E000; font-family: "Montserrat", Sans-serif; font-size: 15px; text-align: center; }Consulte os locais de Vacinação
Parque Ayrton Senna – R. Jorn. Valdir Lago, 512 – Conj. Aero Rancho, Campo Grande – MS, 79084-270
USF Mata do Jacinto
UBS 26 de Agosto
USF Albino Coimbra
UBS Dona Neta
Clínica da Família Iracy Coelho
USF Batistão
USF Coophavilla
UBS Coronel Antonino
USF Itamaracá
USF Arnaldo Estevão de Figueiredo