@property --num{syntax:"<integer>";initial-value:0;inherits:false}.counter-animate{animation:counter 2s ease-out forwards;counter-reset:num var(--num);font-variant-numeric:tabular-nums}.counter-animate:after{content:counter(num)}@keyframes counter{0%{--num:0}to{--num:var(--target)}}.counter-15:after{animation:count-to-15 2s ease-out forwards}.counter-1000:after{animation:count-to-1000 2s ease-out forwards}.counter-100:after{animation:count-to-100 2s ease-out forwards}@keyframes count-to-15{0%{--num:0}to{--num:15}}@keyframes count-to-1000{0%{--num:0}to{--num:1000}}@keyframes count-to-100{0%{--num:0}to{--num:100}}