Jump to content
Search Community

Sonic

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Sonic

  1. Hi,

     

    Yeah in Android 4.0.4 Sony Xperia Tipo, it looks a little blurry.

     

    Try adding force3D:true to the tween vars:

    function p1_txt5_1(){ TweenMax.to("#p1_txt5", 2, {rotation:10, onComplete:p1_txt5_2, force3D:true}); }
    function p1_txt5_2(){ TweenMax.to("#p1_txt5", 2, {rotation:0, onComplete:p1_txt5_1, force3D:true}); }
    

    Best,

    Rodrigo.

     

    Hi Rodrigo,

    If I used your code, the top and bottom one also look blur. :(

  2. hello and welcome to the forums..

     

    I just tested your example on Samsung Galaxy S3 - Android version 4.1.2 - in stock browser and on mobile chrome, and did not see any blur.. it actually looks really sharp..

     

    what is the phone and android version you are seeing this issue on?

     

    I am using Android 4.1.2 official rom @ LG LTE2

     

    Ospj.jpg

×
×
  • Create New...