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
The text was updated successfully, but these errors were encountered:
level42ca
changed the title
Hover effect before click - Canceled out after first click.
Initial hover effect before click - Canceled out after first click.
Nov 15, 2017
I have a simply hover effect on the cards before they are clicked:
.front:hover { transform-style: preserve-3d; transform: rotateY(10deg); transition: transform .5s; }
This works fine, except, once I click on the card for it to flip, then flip it back, the hover effect no longer works until the page is refreshed.
Any ideas what's happening?
[edit] Trying to create this effect with flip.js
https://codepen.io/RuudBurger/pen/bwjry
The text was updated successfully, but these errors were encountered: