Sha256: a41c852c2ee482faad022854515d80296aa33183f8ef1938922c1f853ba98749

Contents?: true

Size: 230 Bytes

Versions: 3

Compression:

Stored size: 230 Bytes

Contents

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

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

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

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
rails_modular_admin-1.0.0 app/assets/node_modules/animate.css/source/lightspeed/lightSpeedOut.css
rails_modular_admin-0.4.0 app/assets/node_modules/animate.css/source/lightspeed/lightSpeedOut.css
rails-animations-1.0.0 app/assets/stylesheets/animations/lightspeed/lightSpeedOut.css