Skip to content

v0.4.0

Choose a tag to compare

@frank-weindel frank-weindel released this 18 Oct 15:17
· 1438 commits to main since this release
f14aa6d

What's Changed

  • Fix looping animations with stopMethod: 'reverse' by @erikhaandrikman in #42
  • Replaced reference to self with resolvedGlobal by @michielvandergeest in #52
  • Refactor Effects + changes by @jfboeve in #51
    • Refactored the Effects to the ShaderManager, this way a developer can add their own custom effects.
    • Added more docs on the FadeOutEffect and RadiusEffect.
    • ⚠️ Breaking Change: angle property is now in Radians not in Degrees.
  • Expose AnimationSettings interface from Main API by @frank-weindel in #56
  • Expose canvas on RendererMain by @frank-weindel in #57

New Contributors

Full Changelog: v0.3.6...v0.4.0