Closed
Description
Bug, feature request, or proposal:
bug
What is the expected behavior?
when clicking on a tab of mat-tab-group
tabs should change with smooth animation
What is the current behavior?
if we are in a right to left app (dir="rtl") the transition between the tabs
in not working properly
What are the steps to reproduce?
<div dir="rtl"><mat-tab-group> <mat-tab label="Tab 1"> Content 1 </mat-tab> <mat-tab label="Tab 2">Content 2</mat-tab></mat-tab-group></div>
https://angular-material2-issue-f6ypcp.stackblitz.io
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
all of them