Sha256: e582b0a9c877e10b58e5be0ca7295a3ff5231cef8a8df2bdec1932121ea08880

Contents?: true

Size: 280 Bytes

Versions: 4

Compression:

Stored size: 280 Bytes

Contents

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

  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

Version data entries

4 entries across 4 versions & 1 rubygems

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