Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #275332
    #275338

    Hey!

    Try adding this code to the Quick CSS:

    .logo img {
        -webkit-transform: translate3d(0, 0, 0);
    }
    

    Cheers! 
    Josue

    #275356

    Thanks Josue for fast response.

    Forcing the H/W acceleration on with “-webkit-transform: translate3d(0, 0, 0)” makes the scaling very slick. Nice. Unfortunately the final end-result has no anti-aliasing applied and looks poor. Image is now “ragged” – a different effect but does not become as good as the S/W only scaling.

    Cheers
    Jason

    #275362

    Yeah, that’s the drawback, unfortunately webkit browsers have these quirks with hardware acceleration

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.