Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adventam10/amburnanimation
AMBurnAnimation is a UIView extension can display animation of burning view.
https://github.com/adventam10/amburnanimation
animation burn fire ios swift4 uiview-extension
Last synced: about 1 month ago
JSON representation
AMBurnAnimation is a UIView extension can display animation of burning view.
- Host: GitHub
- URL: https://github.com/adventam10/amburnanimation
- Owner: adventam10
- License: mit
- Created: 2018-07-08T08:28:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T09:55:45.000Z (about 5 years ago)
- Last Synced: 2024-03-15T02:31:24.720Z (8 months ago)
- Topics: animation, burn, fire, ios, swift4, uiview-extension
- Language: Swift
- Homepage: https://qiita.com/am10/items/f7b32ea5725feeb1469f
- Size: 153 KB
- Stars: 13
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AMBurnAnimation
![Pod Platform](https://img.shields.io/cocoapods/p/AMBurnAnimation.svg?style=flat)
![Pod License](https://img.shields.io/cocoapods/l/AMBurnAnimation.svg?style=flat)
[![Pod Version](https://img.shields.io/cocoapods/v/AMBurnAnimation.svg?style=flat)](http://cocoapods.org/pods/AMBurnAnimation)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)`AMBurnAnimation` is a UIView extension can display animation of burning view.
## Demo
![burn](https://user-images.githubusercontent.com/34936885/42418170-a7d0e802-82d5-11e8-8fe7-398935da3b33.gif)
## Usage
```swift
targetView.burnAnimation(duration: 3.0,
completion: nil)```
## Installation### CocoaPods
Add this to your Podfile.
```ogdl
pod 'AMBurnAnimation'
```### Carthage
Add this to your Cartfile.
```ogdl
github "adventam10/AMBurnAnimation"
```## License
MIT