Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable31] fix(calls): media settings tabs animation #14351

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Feb 11, 2025

Backport of PR #14346

Tab switch animation only worked when tabs were initially closed, because the animation used to activate only after tabs are open via `enabkleTransition`.

Initial value of `enableTransition` should have been defined by the `isOpen` state.

However, `enableTransition` controlling animation isn't needed at all. After the component got `active` prop controlling the state and the presence of the `transition` value.

Signed-off-by: Grigorii K. Shartsev <[email protected]>
@ShGKme ShGKme enabled auto-merge February 11, 2025 13:34
@ShGKme ShGKme merged commit f6daa3c into stable31 Feb 11, 2025
53 checks passed
@ShGKme ShGKme deleted the backport/14346/stable31 branch February 11, 2025 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant