Skip to content

Releases: thomasp85/tweenr

tweenr 2.0.3

26 Feb 15:54
0d7dd60
Compare
Choose a tag to compare
  • Fix coercion bug from the switch to vctrs
  • At tween_at_t() for interpolating a full data frame at multiple locations

tweenr 2.0.2

06 Sep 07:58
Compare
Choose a tag to compare
  • Fixed a recycling bug in tween_state()

tweenr 2.0.1

22 Aug 10:00
1c045fd
Compare
Choose a tag to compare
  • Fix bug in logical state interpolation due to wrong argument order passing

tweenr 2.0.0

17 Aug 11:21
Compare
Choose a tag to compare
  • Added generator versions of at, along, event, components, and state
    tweens that output a single frame at a time at any fractional time point
  • Allow lambda-style functions in enter/exit

tweenr 1.0.2

24 Mar 07:47
Compare
Choose a tag to compare
  • Added a NEWS.md file to track changes to the package.
  • Fixed numerous small bugs