Sha256: 150af0cac173d413849cf8affce720dd9e50f14681edd13c9fdacc7d5818e3fa

Contents?: true

Size: 257 Bytes

Versions: 4

Compression:

Stored size: 257 Bytes

Contents

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

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

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

Version data entries

4 entries across 4 versions & 1 rubygems

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