Sha256: 3169d0d81c78be483c96cb0032d363c2fcebdf287a6a3e5695801a566c3a6608

Contents?: true

Size: 208 Bytes

Versions: 3

Compression:

Stored size: 208 Bytes

Contents

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

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