-
-
Notifications
You must be signed in to change notification settings - Fork 607
Closed
Labels
Description
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?