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

Initial hover effect before click - Canceled out after first click. #128

Open
level42ca opened this issue Nov 15, 2017 · 0 comments
Open

Comments

@level42ca
Copy link

level42ca commented 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

@level42ca 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant