Sha256: 2547a1dc763a50570029f277dbd3ac85134adadcb408c47e99fae10f58338ab6

Contents?: true

Size: 229 Bytes

Versions: 3

Compression:

Stored size: 229 Bytes

Contents

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

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