File: NEWS.md

package info (click to toggle)
r-cran-tweenr 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,076 kB
  • sloc: cpp: 1,138; ansic: 558; sh: 13; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 619 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# tweenr 2.0.3

* 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

* Fixed a recycling bug in `tween_state()`

# tweenr 2.0.1

* Fix bug in logical state interpolation due to wrong argument order passing

# tweenr 2.0.0

* 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

* Added a `NEWS.md` file to track changes to the package.
* Fixed numerous small bugs