YetAnotherAnimationLibrary v1.0 Release Notes

Release Date: 2017-04-13 // about 7 years ago
  • 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\>