mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
fix(ripple-effect): animation
This commit is contained in:
@ -87,7 +87,7 @@ export class TabButton {
|
||||
{ tab.icon && <ion-icon class='tab-button-icon' name={tab.icon}></ion-icon> }
|
||||
{ tab.label && <span class='tab-button-text'>{tab.label}</span> }
|
||||
{ tab.badge && <ion-badge class='tab-badge' color={tab.badgeStyle}>{tab.badge}</ion-badge> }
|
||||
{ this.mode === 'md' && <ion-ripple-effect useTapClick={true}/> }
|
||||
{ this.mode === 'md' && <ion-ripple-effect tapClick={true}/> }
|
||||
</a>
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user