Releases: lkzhao/YetAnotherAnimationLibrary
Releases · lkzhao/YetAnotherAnimationLibrary
1.7.0
1.6.0
Swift PM Support
1.5.0 add swift pm support
XCode 10.2 and swift 5
1.4.0 update podspec
Support Xcode 10 & Swift 4.2
Support Xcode 10 & Swift 4.2
Support Xcode 9.3 Swift 4.1
update for swift 4.1 and xcode 9.3
Change back to yaal. namespace
Carthage Support
1.0.2 bump version
Version 1.0.1
- fix a bug where incorrect velocity is returned when the animation start for the first time.
Version 1.0
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>