Skip to content

Releases: alexrvarela/SwiftTweener

Version 2.1.1

03 Dec 18:34
Compare
Choose a tag to compare

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.

Version 2.1.0

28 Sep 15:44
Compare
Choose a tag to compare

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.

Version 2.0.1

25 Sep 15:50
Compare
Choose a tag to compare

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.

Version 2.0

23 Sep 17:21
Compare
Choose a tag to compare

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.

First release

15 Oct 17:29
Compare
Choose a tag to compare