Sha256: e9af9df6982d9821fba3d3303cc418b721dc529656a3e12250c9f3bf53945fb4

Contents?: true

Size: 173 Bytes

Versions: 4

Compression:

Stored size: 173 Bytes

Contents

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

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

.fadeOutDown {
  animation-name: fadeOutDown;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rubyneat_dashboard-0.4.1 bower_components/animate.css/source/fading_exits/fadeOutDown.css
rubyneat_dashboard-0.4.0.alpha.6 bower_components/animate.css/source/fading_exits/fadeOutDown.css
rubyneat_dashboard-0.4.0.alpha.4.pre.1 bower_components/animate.css/source/fading_exits/fadeOutDown.css
rubyneat_dashboard-0.4.0.alpha.4 bower_components/animate.css/source/fading_exits/fadeOutDown.css