All Versions
9
Latest Version
Avg Release Cycle
140 days
Latest Release
1448 days ago

Changelog History

  • v1.5.0

    May 07, 2020
  • v1.4.0

    April 03, 2019
  • v1.3.0 Changes

    September 26, 2018

    ๐Ÿ‘Œ Support Xcode 10 & Swift 4.2

  • v1.2.0 Changes

    April 12, 2018

    โšก๏ธ update for swift 4.1 and xcode 9.3

  • v1.1.0 Changes

    April 25, 2017

    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.

  • v1.0.2

    April 18, 2017
  • v1.0.1 Changes

    April 16, 2017
    • ๐Ÿ›  fix a bug where incorrect velocity is returned when the animation start for the first time.
  • v1.0 Changes

    April 13, 2017

    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\>
    
  • v0.9

    April 12, 2017