Skip to content

Releases: SteveBarnegren/TweenKit

TweenKit 1.0.3

28 Sep 21:56
Compare
Choose a tag to compare
  • Fixes crash when repeating actions with duration of 0.
  • Pauses animation updates whilst backgrounded. This resolves potential crash when returning from the background whilst repeating actions are running.

TweenKit 1.0.2

10 Sep 11:44
Compare
Choose a tag to compare

Fixes integration via Carthage (thanks @Jride).

TweenKit 1.0.1

06 Sep 14:50
Compare
Choose a tag to compare
  • Made ActionScheduler.step(dt:) public. This allows you to step time manually.

TweenKit 1.0.0

04 Sep 21:35
Compare
Choose a tag to compare
  • Swift Package manager support
  • macOS support
  • ActionScheduler can now be initialised with the flag automaticallyAdvanceTime: false, so that time can be instead stepped manually by calling step(dt:)