Skip to content

Releases: marcosgriselli/ViewAnimator

Restore `from` animation type

20 Jun 14:05
Compare
Choose a tag to compare

Fix CFBundleVersion issue for Carthage

23 Nov 12:58
Compare
Choose a tag to compare

Predefined Timing Functions Support

31 Aug 11:18
Compare
Choose a tag to compare

Swift Package Manager support

12 Oct 19:24
Compare
Choose a tag to compare

This release adds Swift Package Manager support 🎉

Support for Swift 5

05 Apr 22:35
Compare
Choose a tag to compare

Thanks @ApolloZhu for the Swift 5 PR!

Add support for spring animations

25 Mar 02:00
Compare
Choose a tag to compare

This release adds:

  • Spring animations

Thanks to @ParkGwangBeom for this release!

Swift 4.2 support

24 Sep 22:43
Compare
Choose a tag to compare
2.2.0

2.2.0 (fastlane)

tvOS support

28 Apr 21:15
Compare
Choose a tag to compare

Adds tvOS 9.0+ support 📺

Support UIViewAnimationOptions

20 Apr 19:20
Compare
Choose a tag to compare

This release adds:

  • UIViewAnimationOptions support for both single view animations and multiple view animations. Thanks to @vburojevic

UIKit style API

16 Apr 02:33
Compare
Choose a tag to compare

This release changes the API to something similar to UIKit animations code. It provides the library more flexibility and it becomes easier to use for developers that are used the Apple's UIKit API.

It also introduces support for visibleCells(in section: Int) for both UITableView and UICollectionView this was one of the most requested features on GitHub issues.