SwiftTweener Versions Save

A pure Swift animation engine.

2.1.1

3 years ago

In this release: 
Xcode 12 compiler errors fixed. Added one more chain method.

Version 2 features: Tween Key-Value functionality redesigned and syntax simplified.
 Added .timeEnd() to Tween
. Added .stop() to tween and Timeline, this action removes from Engine.
 Updated PDFImageView and PDFImageRenderer to make public and accessible. 
Easing.swift modified for syntax simplification.
 Now, with Declarative Syntax and Tween chaining.
 Changed “Tween” object to support “from”: and “to” keyPaths. UIView’s & NSView’s extensions with a set of basic transitions. 
Support to custom ‘structs’ and ‘class’ Types.
Code documentation included.
 Performance Improved.
 macOS support.
 Swift Package.
 tvOS & watchOS targets, included but not tested.

2.1.0

3 years ago

In this release:
 Tween Key-Value functionality redesigned and syntax simplified.

Version 2 features: Added .timeEnd() to Tween. Added .stop() to tween and Timeline, this action removes from Engine. Updated PDFImageView and PDFImageRenderer to make public and accessible. Easing.swift modified for syntax simplification. Now, with Declarative Syntax and Tween chaining. Changed “Tween” object to support “from”: and “to” keyPaths. UIView’s & NSView’s extensions with a set of basic transitions. Support to custom ‘structs’ and ‘class’ Types. Code documentation included. Performance Improved. macOS support. Swift Package. tvOS & watchOS targets, included but not tested.

2.0.1

3 years ago

In this release: Added .timeEnd() to Tween Added .stop() to tween and Timeline, this action removes from Engine. Updated PDFImageView and PDFImageRenderer to make public and accesible. Easing.swift modified for syntax simplification.

2.0 Features Now, with Declarative Syntax and Tween chaining. Changed “Tween” object to support “from”: and “to” keyPaths: UIView’s & NSView’s extensions with a set of basic transitions. Support to custom ‘structs’ and ‘class’ Types. Code documentation included. Performance Improved. macOS support. Swift Package. tvOS & watchOS targets, included but not tested.

2.0.0

3 years ago

Now, with Declarative Syntax and Tween chaining. Changed “Tween” object to support “from”: and “to” keyPaths: UIView’s & NSView’s extensions with a set of basic transitions. Support to custom ‘structs’ and ‘class’ Types. Code documentation included. Performance Improved. macOS support. Swift Package. tvOS & watchOS targets, included but not tested.

1.0.0

4 years ago

First version of code migrated from https://github.com/alexrvarela/CocoaTweener