Skip to content

Releases: lkzhao/YetAnotherAnimationLibrary

1.7.0

08 Oct 23:08
Compare
Choose a tag to compare
enable 120hz

1.6.0

28 Aug 04:46
Compare
Choose a tag to compare
Fix warnings and add SIMD16 support

Swift PM Support

07 May 05:53
Compare
Choose a tag to compare
1.5.0

add swift pm support

XCode 10.2 and swift 5

03 Apr 05:17
Compare
Choose a tag to compare
1.4.0

update podspec

Support Xcode 10 & Swift 4.2

26 Sep 23:27
Compare
Choose a tag to compare

Support Xcode 10 & Swift 4.2

Support Xcode 9.3 Swift 4.1

12 Apr 03:41
Compare
Choose a tag to compare

update for swift 4.1 and xcode 9.3

Change back to yaal. namespace

25 Apr 15:49
Compare
Choose a tag to compare

Thanks to @budged.
#2

YetAnotherAnimationLibrary is now once again going back to use .yaal. namespace.

This provide us with the best of both world. better API syntax & extensibility.

Carthage Support

18 Apr 15:47
Compare
Choose a tag to compare
1.0.2

bump version

Version 1.0.1

16 Apr 17:50
Compare
Choose a tag to compare
  • fix a bug where incorrect velocity is returned when the animation start for the first time.

Version 1.0

13 Apr 20:29
Compare
Choose a tag to compare

compare to version 0.9

the following changes were introduced to the API
view.yaal.xxxxx changed to view.yaal_xxxxx

This is to support different animation extensions for different subclass of UIView.

For example UILabel now has the following animations thats not present in UIView

    public var yaal_textColor: MixAnimation<UIColor> 
    public var yaal_shadowColor: MixAnimation<UIColor> 
    public var yaal_shadowOffset: MixAnimation<CGSize>