Sha256: 96d4923531f9317caaa95861a79af8ef1d23f6cad2466bfa7554e864a5ba689e

Contents?: true

Size: 257 Bytes

Versions: 3

Compression:

Stored size: 257 Bytes

Contents

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

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

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

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/rotateOutUpLeft.css
rails_modular_admin-0.4.0 app/assets/node_modules/animate.css/source/rotating_exits/rotateOutUpLeft.css
rails-animations-1.0.0 app/assets/stylesheets/animations/rotating_exits/rotateOutUpLeft.css