number-counter.initialized {
  opacity: 0;
  transition: opacity 0.3s;
}

number-counter.initialized.visible {
  opacity: 1
}