Skip to content

Release 1.1.1

Latest
Compare
Choose a tag to compare
@ClickerMonkey ClickerMonkey released this 22 Dec 15:14
· 20 commits to master since this release

Changes

  • Pass point index & delta from Path.compute through a live point function
anim8.path({
  type: 'point',
  point: function(index, delta) {
    return delta * 10;
  }
});