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

@ -110,7 +110,7 @@ export class FabButton {
<span class='fab-button-inner'>
<slot></slot>
</span>
{ this.mode === 'md' && <ion-ripple-effect useTapClick={true}/> }
{ this.mode === 'md' && <ion-ripple-effect tapClick={true}/> }
</TagType>
);
}