Hi. I have trouble with Safari browser positioning of elements with TweenMax x and y.
In all browsers car at this position:
But in Safari car at the another position:
Code:
TweenMax.to("#car", 0.1, {x: 530, y: 262, scale: 0.6, transformOrigin: "50% 50%"});
How to fix it?