Open
Description
Description
RTL (buggy animation): First -> Second -> Third
Reproduction
- Go to https://ng-comp-devapp.web.app/tabs
- 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>
.
Environment
- Angular:
20.0.5
- CDK/Material:
20.0.5
- Browser(s):
Chrome