Changing Styles Dynamically

What's the advantage of using transform for visual changes?
element.style.transform = 'translate(50px, 0) scale(1.5) rotate(45deg)';
Next Question (19/20)