Sha256: 1b734844486d326133dc11ce71cca4188eeb97b0f0787c5ff30359852388aaeb

Contents?: true

Size: 262 Bytes

Versions: 3

Compression:

Stored size: 262 Bytes

Contents

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

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

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
rails_modular_admin-1.0.0 app/assets/node_modules/animate.css/source/rotating_exits/rotateOutDownLeft.css
rails_modular_admin-0.4.0 app/assets/node_modules/animate.css/source/rotating_exits/rotateOutDownLeft.css
rails-animations-1.0.0 app/assets/stylesheets/animations/rotating_exits/rotateOutDownLeft.css