fix(ripple-effect): animation

This commit is contained in:
Manu Mtz.-Almeida
2018-04-05 14:28:43 +02:00
parent f3b8ddb69d
commit 25c852c2c8
14 changed files with 29 additions and 25 deletions

View File

@ -98,7 +98,7 @@ export class SegmentButton {
href={this.href}
onClick={this.segmentButtonClick.bind(this)}>
<slot></slot>
{ this.mode === 'md' && <ion-ripple-effect useTapClick={true}/> }
{ this.mode === 'md' && <ion-ripple-effect tapClick={true}/> }
</TagType>
];
}