Sha256: d7e4aec0df92b621f98487907286aab2bf9c65c076bd699f2e35f422757156c1

Contents?: true

Size: 224 Bytes

Versions: 3

Compression:

Stored size: 224 Bytes

Contents

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

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

.bounceOutRight {
  animation-name: bounceOutRight;
}

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