https://github.com/meniny/cocoaanimator
💂‍♀️UIView.animationWithDuration equivalent for Cocoa
https://github.com/meniny/cocoaanimator
Last synced: about 1 year ago
JSON representation
💂‍♀️UIView.animationWithDuration equivalent for Cocoa
- Host: GitHub
- URL: https://github.com/meniny/cocoaanimator
- Owner: Meniny
- License: mit
- Created: 2017-06-29T14:06:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T14:27:44.000Z (about 9 years ago)
- Last Synced: 2025-04-07T22:19:08.398Z (about 1 year ago)
- Language: Swift
- Size: 6.84 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
## What's this?
`CocoaAnimator` is an `UIView.animationWithDuration` equivalent for `Cocoa` written in `Swift`.
## Requirements
* macOS 10.10+
* Xcode 8+ with Swift 3+
## Installation
#### CocoaPods
```ruby
pod 'CocoaAnimator'
```
## Contribution
You are welcome to fork and submit pull requests.
## License
`CocoaAnimator` is open-sourced software, licensed under the `MIT` license.