#31 : Add progress indicator prop

This commit is contained in:
Vadim
2021-07-02 19:16:16 +03:00
parent ecca0c3892
commit 903f665197
4 changed files with 24 additions and 0 deletions

View File

@@ -86,6 +86,11 @@
*/
export let pauseOnFocus = true
/**
* Show autoplay duration progress indicator
*/
export let autoplayProgressVisible = false
/**
* Current page indicator dots
*/