Sha256: c97a89a619ee426df2266d0f184ffe8f7582279209c0b53e427dc3626a281bdc

Contents?: true

Size: 502 Bytes

Versions: 5

Compression:

Stored size: 502 Bytes

Contents

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
radius-rails-3.1.4 app/assets/components/animate.css/source/specials/hinge.css
rubyneat_dashboard-0.4.1 bower_components/animate.css/source/specials/hinge.css
rubyneat_dashboard-0.4.0.alpha.6 bower_components/animate.css/source/specials/hinge.css
rubyneat_dashboard-0.4.0.alpha.4.pre.1 bower_components/animate.css/source/specials/hinge.css
rubyneat_dashboard-0.4.0.alpha.4 bower_components/animate.css/source/specials/hinge.css