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: 6 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T09:55:45.000Z (almost 6 years ago)
- Last Synced: 2025-04-10T00:02:40.766Z (6 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: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AMBurnAnimation


[](http://cocoapods.org/pods/AMBurnAnimation)
[](https://github.com/Carthage/Carthage)`AMBurnAnimation` is a UIView extension can display animation of burning view.
## Demo

## 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