Skip to content

Commit

Permalink
Add playbackRate support to Vimeo
Browse files Browse the repository at this point in the history
  • Loading branch information
albanqoku committed Aug 10, 2019
1 parent ee17b54 commit 6876ec4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/players/Vimeo.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ export class Vimeo extends Component {
setLoop (loop) {
this.callPlayer('setLoop', loop)
}
setPlaybackRate (rate) {
this.callPlayer('setPlaybackRate', rate)
}
mute = () => {
this.setVolume(0)
}
Expand Down

0 comments on commit 6876ec4

Please sign in to comment.