masastack / MASA.Blazor

Blazor UI component library based on Material Design. Support Blazor Server, Blazor WebAssembly and MAUI Blazor.
https://docs.masastack.com/blazor/getting-started/installation
MIT License
1.11k stars 149 forks source link

How to control Slider action of of Mtabitem of Tabs by hand #1847

Closed huxinshuo closed 1 month ago

huxinshuo commented 1 month ago

能否提供开关以便手动控制Mtabitem的内容切换时候是不是滑动出现,正常情况下滑动是很好(比如初次展示),但是来回切换已经展现过的Mtabitem,不想让内容滑动出现。

capdiem commented 1 month ago

@huxinshuo MTabItem 设置 Transition="" 关闭动画。

huxinshuo commented 1 month ago

Thanks! It works.