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
In IE, the flipcard doesnt actually flip around to new text. Instead, it just flips the image around so that its backwards.
example here of before and after flipping the first card:
http://imgur.com/a/zIdl7
The text was updated successfully, but these errors were encountered:
For a temporary fix, disabling the transition on IE can be done by using:
.ie .flipcard-component .flipcard-item-face{ transition: none; }
Sorry, something went wrong.
It seems to work fine on IE11 for me. @robmausser which version were you using?
No branches or pull requests
In IE, the flipcard doesnt actually flip around to new text. Instead, it just flips the image around so that its backwards.
example here of before and after flipping the first card:
http://imgur.com/a/zIdl7
The text was updated successfully, but these errors were encountered: