Skip to content

Releases: hansemannn/ti.keyframes

v1.0.1

11 Dec 15:30
Compare
Choose a tag to compare
  • Fix kroll-thread execution (#1)

v1.0.0

26 Nov 02:28
Compare
Choose a tag to compare
  • Initial release
  • Create a new vector view using var vectorView = Keyframes.createVectorView({resource: 'my_json'})
  • Start a keyframe animation using vectorView.startAnimation()
  • Pause a keyframe animation using vectorView.pauseAnimation()
  • Resume a keyframe animation using vectorView.resumeAnimation()
  • Seek to a certain progress of a keyframe animation using vectorView.seekToProgress(0.5)