Bootstrap classes animated bounce wont work on img tag

Hello,

If anyone can help that would be much appreciated!

I can’t figure out why the bootstrap classes animated bounce wont work when its attached to an img tag.

Codepen Link: http://codepen.io/Sindaii/pen/yagGAx?editors=1100

Thanks for the help!

You will have to include animate.css file. Add this in your head tag: <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">

1 Like

Awesome! It worked can’t believe I missed something like that.

Thank you very much!

Indeed it’s awesome. Need t mention that in -