File "lightSpeedOut.css"

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

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}