Sha256: 313990a158f519e036db8ca3252f1274d43d4ca4a42a6ec43a3375303538393b

Contents?: true

Size: 422 Bytes

Versions: 4

Compression:

Stored size: 422 Bytes

Contents

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

Version data entries

4 entries across 4 versions & 1 rubygems

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