Animating width without repaint

Enable 'Show paint rectangles' in developer tools to see difference.

Bad: 'width' property - causes repaints on every animation frame

Good: transform translate with overflow hidden on parent - no repaints!

We can also replace background-attachment:fixed with nested transforms .