Sha256: 9c5e3d85c3f7db365a92988095d39b09ec50d0d595b42f34c1434546bb91886f

Contents?: true

Size: 173 Bytes

Versions: 3

Compression:

Stored size: 173 Bytes

Contents

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

.fadeOutDown {
  animation-name: fadeOutDown;
}

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