You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scroll down to the "Tab group with lazy loaded content"
Switch tabs: First -> Second -> Third (works fine in LTR)
Switch to RTL and scroll down to the same example "Tab group with lazy loaded content"
Switch tabs: First -> Second -> Third => There's weird blinking in the RTL animation.
(Other tab types work well with RTL. Only the one with <ng-template matTabContent> is buggy.)
Expected Behavior
RTL animation should slide smoothly like LTR animation when using lazy loaded tabs <ng-template matTabContent>.
Actual Behavior
RTL animation is buggy/blinking when using lazy loaded tabs <ng-template matTabContent>.