File "lightSpeedIn.css"

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

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}