feat(animations): back button and view animationsa (#13989)

* feat(animations): back button and view animations

* chore(): remove unused css

* fix(): fix unsaved css

* fix(): hide back button when no history
This commit is contained in:
Mike Hartington
2018-02-09 13:03:26 -05:00
committed by Manu MA
parent d7e0f0076e
commit 77e16bbc3f
21 changed files with 356 additions and 292 deletions

View File

@@ -134,7 +134,7 @@ export class Button {
<span class='button-inner'>
<slot name='icon-only'></slot>
<slot name='start'></slot>
<slot></slot>
<span class='button-text'><slot></slot></span>
<slot name='end'></slot>
</span>
{ this.mode === 'md' && <ion-ripple-effect useTapClick={true} /> }