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
Hi Daniel,
I've noticed a small bug on this loader (IE 11). I fixed it replacing this property translate(-50%, -50%) to translate3D(-50%, -50%, 0).
translate(-50%, -50%)
translate3D(-50%, -50%, 0)
By the way, this repo is really awesome :)
The text was updated successfully, but these errors were encountered:
I @ericksahara thanks for you comment.
I will check it as soon as possible, right now I don't have a windows OS. But I will check it.
Thank you for the support!
Sorry, something went wrong.
No branches or pull requests
Hi Daniel,
I've noticed a small bug on this loader (IE 11). I fixed it replacing this property
translate(-50%, -50%)
totranslate3D(-50%, -50%, 0)
.By the way, this repo is really awesome :)
The text was updated successfully, but these errors were encountered: