Skip to content

Commit

Permalink
Actually exposing the ready flag. Sorry!! :)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagrawal31 committed Aug 26, 2018
1 parent 0bcb3ad commit 59c5cb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/super-gif.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,10 @@ export class SuperGif {
return this.loading;
}

isReady() {
return this.ready;
}

isAutoPlay() {
return this.options.autoPlay;
}
Expand Down

0 comments on commit 59c5cb2

Please sign in to comment.