Sha256: ebc95fe1a31d1fa79167468f6c6ca9060b8ebc8c4e0af265e3ccdb9477dad7bb

Contents?: true

Size: 297 Bytes

Versions: 2

Compression:

Stored size: 297 Bytes

Contents

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

  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_modular_admin-1.0.0 app/assets/node_modules/animate.css/source/rotating_entrances/rotateInDownLeft.css
rails_modular_admin-0.4.0 app/assets/node_modules/animate.css/source/rotating_entrances/rotateInDownLeft.css