Skip to content

Releases: jkjkil4/JAnim

JAnim v1.1.0

27 May 02:44
Compare
Choose a tag to compare

What's changed

New Features

  • Use flash_rate_function as the default rate-function of Flash, which is the weighted average of 60% smooth and 40% linear
  • Added audio_and_subtitle (abbr. aas) as a shorthand for play_audio and subtitle
  • Added gradient shadow on the side of the wave chart of audios, which indicates sections not displayed in the chart
  • Added movement.py, which contains Homotopy, ComplexHomotopy and MoveAlongPath
  • Added ApplyWave and WiggleOutThenIn to indication.py

Fixed Bugs and Enhancements

  • Fixed img_to_texture_map typing
  • Fixed Aligned behaviour
  • Fixed infomations of output formats
  • Fixed default args background_line_style of NumberPlane
  • Fixed the tip's position of Vector
  • Fixed the error of global constant in #5
  • Added limitation of sample number to create_anim_chart

Documentation

  • Added example videos of animations
  • Added examples gif to README.md