1

Is there a way to make Font Awesome icons pulsate? (go big and little continuously)

Manuel
  • 10,869
  • 14
  • 55
  • 86
  • 1
    See my answer here http://stackoverflow.com/a/12776650/474597 and change font size instead of opacity. – lulalala May 14 '13 at 03:08

1 Answers1

3

Use jQuery.pulse.js

$('#target').pulse({fontSize: "24px"}, {duration : 100, pulses : -1});
lulalala
  • 17,572
  • 15
  • 110
  • 169