Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

AMBurnAnimation is a UIView extension can display animation of burning view.

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