TweenKit Versions Save

Animation library for iOS in Swift

1.0.3

3 years ago
  • 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.

1.0.2

3 years ago

Fixes integration via Carthage (thanks @Jride).

1.0.1

3 years ago
  • Made ActionScheduler.step(dt:) public. This allows you to step time manually.

1.0.0

3 years ago
  • 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:)