florent37 / florent37/TutoShowcase
How to animate showcaseview
Open
- Dominant language
- Java
- Stars
- 499
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
How can I animate apperance of ShowcaseView?I've tried static method from your samples (animate(true) ) but it doesn't work.
```
public void showFeedTutorial(){
TutoShowcase.from(getActivity())
.setContentView(R.layout.tuto_sample)
.on(viewTutorial)
.addRoundRect(0)
.onClickContentView(R.id.circleLogin, new View.OnClickListener() {
@Override
public void onClick(View view) {
navigateTo(MarketActivity.class);
}
})
.show();
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.