Sha256: 86a7d1acc37c69b0009b2768fc163e927b612300768b4f232c2fa8f3d7e6b5fd

Contents?: true

Size: 290 Bytes

Versions: 2

Compression:

Stored size: 290 Bytes

Contents

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_modular_admin-1.0.0 app/assets/node_modules/animate.css/source/zooming_exits/zoomOutLeft.css
rails_modular_admin-0.4.0 app/assets/node_modules/animate.css/source/zooming_exits/zoomOutLeft.css