Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restyle Animation cycles #16

Merged
merged 1 commit into from
Mar 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ there are two additional methods of `MoveAnimation`.

### Easing

These are some additional ways of controlling the flow of animation:
These are some additional ways of controlling the flow of animation:

```go
const (
Expand Down Expand Up @@ -145,7 +145,7 @@ for starting animations. At the moment, there are three functions
- `Start(PlayMode)` go to the next KeyFrame (forwards or backwards)
- `StartCycle(numberOfCycles int, mode PlayMode)` - play animation `numberOfCycles` times starting and ending on this frame.
- `StartKF(base, destination KeyFrame, numberOfCycles int, mode PlayMode)`
go from `base` to `destination` in `mode` direction (frame by frame) making `numberOfCycles` cycles
go from `base` to `destination` in `mode` direction (frame by frame) making `numberOfCycles` cycles

### Using animator

Expand Down