Releases: jkjkil4/JAnim
Releases · jkjkil4/JAnim
JAnim v1.1.0
What's changed
New Features
- Use
flash_rate_function
as the default rate-function ofFlash
, which is the weighted average of 60%smooth
and 40%linear
- Added
audio_and_subtitle
(abbr.aas
) as a shorthand forplay_audio
andsubtitle
- 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
andMoveAlongPath
- Added
ApplyWave
andWiggleOutThenIn
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
ofNumberPlane
- 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