elrumordelaluz/csshake

Shake child element instead of entire parent

mouse0270 opened this issue · 2 comments

Not really an issue, more of a request. Is it possible to shake a child element on parent hover for example.

<div class="shake-controller">
   <div class="shake shake-slow"><span class="fa fa-heart"></span></div>
   <h3>I am a title</h3>
</div>

this way as I hover over any where within shake-controller my heart icon would shake by the text would stay steady?

Sure it's possible. I'll try to add as soon as possible, except you did before and make a pull request.

Added this feature in the last release