Sha256: b568b967ae259bc06249a4f6c7c48bbe8c9b47b559cbd31a17c925248af43465

Contents?: true

Size: 285 Bytes

Versions: 4

Compression:

Stored size: 285 Bytes

Contents

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

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

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

Version data entries

4 entries across 4 versions & 1 rubygems

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