Sha256: b20771cedf1dc1cc6e36db6b8339b2e05b6223e915062ddda45d7b35337a171f

Contents?: true

Size: 187 Bytes

Versions: 3

Compression:

Stored size: 187 Bytes

Contents

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

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/fading_exits/fadeOutRightBig.css
rails_modular_admin-0.4.0 app/assets/node_modules/animate.css/source/fading_exits/fadeOutRightBig.css
rails-animations-1.0.0 app/assets/stylesheets/animations/fading_exits/fadeOutRightBig.css