Impress.js : texts and images look blurry
Asked Answered
D

1

7

With Impress.js, my texts and my images look blurry.

See the next screenshot where CSS is disabled but Impress.js is enabled :

enter image description here

And now see the next screenshot where Impress.js and CSS are disabled :

enter image description here

Why are they blurry ?

This is my configuration :

<div id="Model-2" class="step" data-x="117000" data-rotate="20">
    <h2>Backbone.Model</h2>
    <p>On peut préciser des valeurs par défaut</p>
    <img src="img/18.png">
</div>
Disobedience answered 8/11, 2012 at 17:54 Comment(1)
I think this has to do something with hw acceleration or (-prefix-)perspective css declaration. At least I've run into similar blurring problems with it. Check through inspector whether those elements have eg. perspective set.Adon
I
3

This happens because impress.js uses translate3d and aliasing will automatically be disabled in favor of performance, unfortunately there is no quick fix.

Ilarrold answered 16/11, 2012 at 16:17 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.