Sha256: 1e966912cc7a440accfd353cd4c27ca396921ac710a8e63e125c20a73c9b94b0

Contents?: true

Size: 403 Bytes

Versions: 4

Compression:

Stored size: 403 Bytes

Contents

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

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

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

.tada {
  animation-name: tada;
}

Version data entries

4 entries across 4 versions & 1 rubygems

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