Skip to content

feat(material/tabs): add support for separate tab animation durations#32869

Merged
crisbeto merged 1 commit intoangular:mainfrom
crisbeto:tabs-separate-animations
Mar 2, 2026
Merged

feat(material/tabs): add support for separate tab animation durations#32869
crisbeto merged 1 commit intoangular:mainfrom
crisbeto:tabs-separate-animations

Conversation

@crisbeto
Copy link
Member

Currently users can control the animation duration for the tabs through the animationDuration input, however it's not particularly flexible because it sets the same duration for the header and body.

These changes add an extra signature that allows them to set the header/body durations separately.

Currently users can control the animation duration for the tabs through the `animationDuration` input, however it's not particularly flexible because it sets the same duration for the header and body.

These changes add an extra signature that allows them to set the header/body durations separately.
@crisbeto crisbeto added the target: minor This PR is targeted for the next minor release label Feb 27, 2026
@pullapprove pullapprove bot requested review from ok7sai and tjshiu February 27, 2026 08:08
@angular-robot angular-robot bot added detected: feature PR contains a feature commit area: material/tabs labels Feb 27, 2026
@crisbeto crisbeto added the action: merge The PR is ready for merge by the caretaker label Mar 2, 2026
@crisbeto crisbeto merged commit 85c16fe into angular:main Mar 2, 2026
31 of 34 checks passed
@crisbeto
Copy link
Member Author

crisbeto commented Mar 2, 2026

This PR was merged into the repository. The changes were merged into the following branches:

jermowery pushed a commit to jermowery/components that referenced this pull request Mar 13, 2026
…angular#32869)

Currently users can control the animation duration for the tabs through the `animationDuration` input, however it's not particularly flexible because it sets the same duration for the header and body.

These changes add an extra signature that allows them to set the header/body durations separately.
crisbeto added a commit to crisbeto/material2 that referenced this pull request Mar 16, 2026
Fixes that after angular#32869, we had a reference to a variable that no longer exists.
crisbeto added a commit that referenced this pull request Mar 17, 2026
Fixes that after #32869, we had a reference to a variable that no longer exists.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: material/tabs detected: feature PR contains a feature commit target: minor This PR is targeted for the next minor release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants