Sha256: 04831f870036eab4ff6c38ea0add6b55368a080ded1e8877fca3e08542e8da69

Contents?: true

Size: 261 Bytes

Versions: 4

Compression:

Stored size: 261 Bytes

Contents

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

Version data entries

4 entries across 4 versions & 1 rubygems

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