Sha256: bed6d9d6f60dc05f2e2f38c701fa1bd393ed85974dddc2a53868645a8697fad5

Contents?: true

Size: 254 Bytes

Versions: 4

Compression:

Stored size: 254 Bytes

Contents

@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rubyneat_dashboard-0.4.1 bower_components/animate.css/source/attention_seekers/shake.css
rubyneat_dashboard-0.4.0.alpha.6 bower_components/animate.css/source/attention_seekers/shake.css
rubyneat_dashboard-0.4.0.alpha.4.pre.1 bower_components/animate.css/source/attention_seekers/shake.css
rubyneat_dashboard-0.4.0.alpha.4 bower_components/animate.css/source/attention_seekers/shake.css