Sha256: 7a1a9e31f8920d77443c252a03609666b9ce951d8073d84c9c3b77c9b1fc9c4c

Contents?: true

Size: 281 Bytes

Versions: 2

Compression:

Stored size: 281 Bytes

Contents

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

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

.bounceOutDown {
  animation-name: bounceOutDown;
}

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/bouncing_exits/bounceOutDown.css
rails_modular_admin-0.4.0 app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutDown.css