-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
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
Linear transform - time delay for font to appear #597
Comments
Might be aliasing, either by your OS or browser. |
I'm guessing this is in Firefox? I'm seeing something similar running FF 26 OS X, probably something they have changed recently. |
Noticed that this can be fixed by forcing all slides remain transformed. Though it leaves them slightly blurred. .reveal .slides>section {
-moz-transform: translateZ(1px);
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In linear transform effect, the font appears distorted when the slide comes into view and then with a time delay (<1sec) becomes normal. Is the rendering supposed to be that way or is it a hardware rendering issue? I do not know much about css transforms, so apologies if this is not a issue.
The text was updated successfully, but these errors were encountered: