Skip to content

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