Sha256: 372de8040e79d57032fc71a289f2c277e5624e477ef3190daf3bca504bee27c5

Contents?: true

Size: 184 Bytes

Versions: 4

Compression:

Stored size: 184 Bytes

Contents

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

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

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

Version data entries

4 entries across 4 versions & 1 rubygems

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