Sha256: 0c4ff05fb6c9eb64941b4b34320cd6b0ec9759d24dfd22ee03cef8bfc159557a

Contents?: true

Size: 268 Bytes

Versions: 3

Compression:

Stored size: 268 Bytes

Contents

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

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

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

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