Sha256: 8bd21cd511883a8bba26d18084d7781822160514c134908ed2f3d059a6b37950

Contents?: true

Size: 268 Bytes

Versions: 4

Compression:

Stored size: 268 Bytes

Contents

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

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

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

Version data entries

4 entries across 4 versions & 1 rubygems

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