Skip to content

AnimationMaker 1.8.2

Compare
Choose a tag to compare
@Artanidos Artanidos released this 19 Oct 16:44
· 96 commits to master since this release

The AppImage contains all necessary files.
Just make it executable ($ chmod a+x *.AppImage) and run it.

Here is a short video showing the new features: https://youtu.be/eG3MZ-TaAbw

Changelog

  • New animateable properties for transformation (scale, shear, translate and rotate) added
  • Shortcuts for menu added
  • HTML export now uses "<img..." instead of ugly "<svg..."
  • HTML export now used "<div..." instead of "<rect..."
  • HTML export now also supports 3d transformations using layered div's
  • The PIE-plugin, which in fact is just a sample how to create an item plugin, now also supports HTML export.
  • Elements can now be locked and be made invisible
  • Bugfix: using SVG with will now be escaped correctly when writing amx files
  • Bugfix: HTML export handles keyframes now correctly