Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shake child element instead of entire parent #16

Closed
mouse0270 opened this issue Jun 14, 2014 · 2 comments
Closed

Shake child element instead of entire parent #16

mouse0270 opened this issue Jun 14, 2014 · 2 comments

Comments

@mouse0270
Copy link

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?

@elrumordelaluz
Copy link
Owner

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

elrumordelaluz added a commit that referenced this issue Oct 5, 2015
- Mix everything in one @mixin
- Modifiers classes more semanthic
- Improve code order and declarations
- Add option to only use part of the 100% of keyframes animation (issue #25)
- Allow unitless values for x, y and rotation
- Add option to trigger animation from a parent element (issue #16)
- Having only one @mixing it's possible to export animations separatedly (issue #20)
@elrumordelaluz
Copy link
Owner

Added this feature in the last release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants