Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Feb 13, 2017
1 parent 03a599a commit cebdf90
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,16 @@ var animation = TiAnimation.createKeyframeView({
```

## Features

### Lottie/Keyframes:
_work in progress_
- start()
- play()
- stop()
- pause()
- resume()
- seekToProgress(percentage)
- getFrameRate()
- getFrameCount()
- getProgress()/setProgress(percentage)
- getDuration()/setDuration(ms)
- getSpeed()/setSpeed(float)
- isPlaying()

## Example
Please see the full-featured example in `example/app.js`.

0 comments on commit cebdf90

Please sign in to comment.