Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNKeR committed Jul 15, 2018
2 parents 8b7111c + a64af6d commit d547e27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ also an __*IllegalTwerkingException()*__ is thrown if Adapter does not extend __
> *public-methods*
```java
setTwerkInterpolator(Interpolator twerkpoleStart,Interpolator twerkpoleEnd) // decide twerking start and end motion interpolation
setTwerkInterpolators(Interpolator twerkpoleStart,Interpolator twerkpoleEnd) // decide twerking start and end motion interpolation
public void setTwerking(boolean twerking)// enable/cancel twerking
public void setTwerkingOffTime(int twerkOfftime)// reset the time it takes to complete twerk
/*
Expand All @@ -26,6 +26,7 @@ also an __*IllegalTwerkingException()*__ is thrown if Adapter does not extend __
class TwerkAdapter{...}
```
## Inspiration
> 'Invite me' by Stan Yakusevich @Dribble
![Demo](shots/inspiration.gif)

Expand Down Expand Up @@ -91,6 +92,6 @@ also an __*IllegalTwerkingException()*__ is thrown if Adapter does not extend __
//TWERK-ADAPTER
public static class TwerkingOffAdapter extends TwerkyListView.TwerkAdapter{...}
```
- TwerkingOffAdapter demo-source 'https://gist.github.com/54LiNKeR/e22021d7b8b970d1f99bc2ca0a22f669'
- `demo-source` [TwerkingOffAdapter](https://gist.github.com/54LiNKeR/e22021d7b8b970d1f99bc2ca0a22f669)

> *project is still under development*

0 comments on commit d547e27

Please sign in to comment.