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

Linear transform - time delay for font to appear #597

Closed
AmarPrabhu opened this issue Sep 11, 2013 · 4 comments
Closed

Linear transform - time delay for font to appear #597

AmarPrabhu opened this issue Sep 11, 2013 · 4 comments

Comments

@AmarPrabhu
Copy link

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.

@tomByrer
Copy link
Contributor

Might be aliasing, either by your OS or browser.
Link to the slide(s) in question, & configuration please?

@hakimel
Copy link
Owner

hakimel commented Sep 14, 2013

I'm guessing this is in Firefox? I'm seeing something similar running FF 26 OS X, probably something they have changed recently.

@hakimel
Copy link
Owner

hakimel commented Sep 14, 2013

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);
}

@AmarPrabhu
Copy link
Author

The issue is in Firefox 23 - Ubuntu 12.04. Since others like @reagle are also facing similar transition issues like jitter or distortion, this must be a browser related problem. @hakimel I tried the fix as suggested, thanks.

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

3 participants