Skip to content

Allow for customization of starting point of animation within an individual progress bar#44

Draft
troutslaps wants to merge 2 commits intoshts:masterfrom
troutslaps:master
Draft

Allow for customization of starting point of animation within an individual progress bar#44
troutslaps wants to merge 2 commits intoshts:masterfrom
troutslaps:master

Conversation

@troutslaps
Copy link

Allows for passing a second argument to StoriesProgressView.startStories(...) which will allow the caller to specify at which duration to start the animation within the current progress bar from.

Example:

storiesProgressView = (StoriesProgressView) findViewById(R.id.stories);
storiesProgressView.setStoriesCount(6);
storiesProgressView.setStoryDuration(3000L);
// ...
// This will start the animation on half of the third progress bar
storiesProgressView.startStories(2, 1500L);```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant