Jump to content
GreenSock

andyranged

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by andyranged

  1. Hi benoit  :)

     

    you can turn off tween's force3D if want to scale whole of svg tag , like this :

    TweenLite.to("#star",10, {scale:10,force3D:false});
    but i think that's better to go Carl's way : http://greensock.com/forums/topic/11692-transform-scaled-svg-causes-blur/?p=47666

     

    Turning off force3D totally worked for me, thank you!!

     

    I had a number of SVG elements wrapped in a <div>, and was using TimelineLite to scale the <div> back to 1 from a huge amount. This was rendering blurry af in Safari 10, and force3D fixed it  :-)

     

     

×