Closed
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
When changing tabs, the content should be animated to translate to the left or to the right.
What is the current behavior?
In IE 11 / Edge
What are the steps to reproduce?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 4.1.3, Material 2.0.0-beta.6
Is there anything else we should know?
Apparently, this is due to animating with "translate3d()". The sidenav e.g. sets the style property instead of using the animation API, which seems to work.