v0.4.0
What's Changed
- Fix looping animations with
stopMethod: 'reverse'by @erikhaandrikman in #42 - Replaced reference to
selfwith 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:angleproperty is now in Radians not in Degrees.
- Expose
AnimationSettingsinterface from Main API by @frank-weindel in #56 - Expose
canvason RendererMain by @frank-weindel in #57
New Contributors
- @michielvandergeest made their first contribution in #52
Full Changelog: v0.3.6...v0.4.0