Mercurial > hg > ugly-duckling
view src/app/analysis-item/analysis-item.component.html @ 205:b638c714bd1d
Implement pinch-zoom manually using touchevents, as HammerJS was preventing scrolling the page. This should also allow for smoother transitioning between gestures - needs testing on a device.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Fri, 24 Mar 2017 15:27:07 +0000 |
parents | d7e4bba39d20 |
children | 1db0bb28688b |
line wrap: on
line source
<md-card> <md-card-header> <md-card-title>{{title}}</md-card-title> <md-card-subtitle>{{description}}</md-card-subtitle> </md-card-header> <md-card-content> <app-waveform [timeline]="timeline" [trackIdPrefix]="title" [isSubscribedToAudioService]="isActive && isRoot" [isSubscribedToExtractionService]="isActive && !isRoot" [isOneShotExtractor]="true" [isSeeking]="isActive" ></app-waveform> </md-card-content> </md-card>