Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
phest committed May 6, 2019
1 parent 7c2089b commit 5b783a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ https://twitter.com/stephbysteph/status/1125462189450465280
- Tween instances can be reused, yo-yo-ed, or recycled
- Tween easings configurable through editor
- Pure tweens for tweens without side effects
- Closure tweens for custom tween instances (Float, Vector3, Quaternion, Color)
- Closure tweens for custom tween instances (Float, Vector2-3, Quaternion, Color)
- Convenience tweens for Transform control (Position, Rotation, Scale)

## Examples
Expand Down Expand Up @@ -112,7 +112,7 @@ Tweens.Run(new ColorTween(myScript.GetColor, myScript.SetColor))

- Pre-setter value processor closure in Tween
- More drag out types (Color, Quaternion, Vector2, etc)
- More closure tween types (Vector2, Vector4, etc)
- More closure tween types (Vector4, etc)
- Documentation

### Possible features
Expand Down

0 comments on commit 5b783a6

Please sign in to comment.