| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 5.2.0.tar.gz | 2018-09-19 | 8.5 MB | |
| 5.2.0.zip | 2018-09-19 | 8.9 MB | |
| README.md | 2018-09-19 | 2.5 kB | |
| Totals: 3 Items | 17.4 MB | 0 | |
In this release, we have added a lot of cool animations for activity indicator. And improved the syntax for writing animations in code. Also, we support Swift 4.2 and Xcode 10 without any breaking changes 🎉
Great thanks to @phimage, @tbaranes, @djbe, and @edon2005 👏
API breaking changes
N/A
Enhancements
- Allow to create new
compoundanimation by code using operator+, orArray. #559 by @phimage - Add new activity indicators
circleStrokeSpin,circleDashStrokeSpin,gear,tripleGear,heartBeatandtriforce. #561 by @phimage - Add new activity indicator
rupee. #562 by @phimage - Make
AnimatableCollectionViewCellconforming toRotationDesignable#565 by @tbaranes - Add
preferredpresentation modal size. #566 by @phimage - Add
conicalgradient type. #567 by @phimage - Animatable
timingFunctionparameter could now be used with all animation types. #571 by @phimage - Add new activity indicators
newtonCradleandcirclePendulum. #573 by @phimage - Add new mask
roundedto make a rounded rectangle. #575 by @phimage - Support for Swift 4.2. #576 by @djbe
- Upgrade for Xcode 10 #588 by @JakeLin