Sha256: c797a1e3319d84074881f992430aff5cb80ae5c7fe6347b1d97ec0dbeb3cd59d

Contents?: true

Size: 229 Bytes

Versions: 4

Compression:

Stored size: 229 Bytes

Contents

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }

  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

Version data entries

4 entries across 4 versions & 1 rubygems

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