Sha256: b56683af1c50f3b068ce9fcfb5e8e3741763b90e43cd3c32b108ed764ff47566

Contents?: true

Size: 184 Bytes

Versions: 3

Compression:

Stored size: 184 Bytes

Contents

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

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