You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@BenJackGill I've just tried this and it's working as expected for me, might be worth trying the prefix
.button-element:hover{
animation: jackInTheBox 2s;
-webkit-animation: jackInTheBox 2s;
}
Animations are revealing correctly on scroll, but can we make them animate on hover?
Would be good for buttons etc.
Have tried this (and similar variations) without luck:
.button-element:hover {
animation: jackInTheBox 2s;
}
The text was updated successfully, but these errors were encountered: