- Add support for
no_std
- Bump version
- Fix docs
- Make operator overloading of
Mul
,Add
andSub
more flexible. This may break compilation in some cases, since types are more generic now. - Add
AnimWithDur
for easier composition of animations that have a fixed duration - Internal refactoring: split into multiple modules
- Implement
Anim::{fst,snd,copied}
- Implement
AnimWithDur::{sum,mean}
and simple linear regression - Implement
Anim::{into_fn,into_box_fn}
- Make exponential slowdown of compile times less likely
- Add
cycle
- Add
quadratic
- Add
Anim::repeat
,Anim::hold
andAnim::seq_continue
- Allow boxed animations
- Expose
easer
library
Yanked.
- Fix compilation issue on rustc 1.43.0 (#7)
- Implement
Anim::as_ref
squeeze
no longer switches to a default value outside of the given range. Usesqueeze_and_surround
as a replacement.
- Render README.md on crates.io
- No change
- Improve documentation
- Initial version