Sha256: 62f45df435202dedd7442ea419121339884c3fd5e26d5251c9bb0d2a7d1d72dc

Contents?: true

Size: 187 Bytes

Versions: 4

Compression:

Stored size: 187 Bytes

Contents

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

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

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

Version data entries

4 entries across 4 versions & 1 rubygems

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