File "fadeIn.css"

Full Path: /srv/www/www.cadoro.it/app/lib/animate.css/source/fading_entrances/fadeIn.css
File size: 118 bytes
MIME-type: text/plain
Charset: utf-8

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}