transform scaled SVG causes blur? in GSAP Posted February 20, 2017 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
transform scaled SVG causes blur?
in GSAP
Posted
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