We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.active
I like the animation in Hover.css. I would like to animate element without a need to hover on them. For example:
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active , .hvr-bob.active {
-webkit-animation-name: hvr-bob-float, hvr-bob; animation-name: hvr-bob-float, hvr-bob; ...
}
So I just give .active class for choosen element.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I like the animation in Hover.css. I would like to animate element without a need to hover on them.
For example:
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active , .hvr-bob.active {
}
So I just give
.active
class for choosen element.The text was updated successfully, but these errors were encountered: