Sha256: a2bb98707eb3ea8a5f0f3405c2b6af2a036a0de36d5b03a3af04a9e407b70391

Contents?: true

Size: 281 Bytes

Versions: 4

Compression:

Stored size: 281 Bytes

Contents

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

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

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

Version data entries

4 entries across 4 versions & 1 rubygems

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