Releases: marcosgriselli/ViewAnimator
Releases · marcosgriselli/ViewAnimator
Restore `from` animation type
Thanks to @CharlieOxendine for #76 🎉
Fix CFBundleVersion issue for Carthage
3.0.2 3.0.2 (fastlane)
Predefined Timing Functions Support
Swift Package Manager support
This release adds Swift Package Manager support 🎉
Support for Swift 5
Thanks @ApolloZhu for the Swift 5 PR!
Add support for spring animations
Swift 4.2 support
2.2.0 2.2.0 (fastlane)
tvOS support
Adds tvOS 9.0+ support 📺
Support UIViewAnimationOptions
This release adds:
- UIViewAnimationOptions support for both single view animations and multiple view animations. Thanks to @vburojevic
UIKit style API
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.