Sha256: 5cfcbd366c57b4ac2e93bf2ce5b76d0093d126b58f08e8ca64b77867bdd77fb7

Contents?: true

Size: 284 Bytes

Versions: 4

Compression:

Stored size: 284 Bytes

Contents

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

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

.pulse {
  animation-name: pulse;
}

Version data entries

4 entries across 4 versions & 1 rubygems

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