https://github.com/Mindinventory/Numbers-Animation
Numbers animation allows you to click on different numbers and accordingly it will animate numbers in a cool way. It has a very attractive UI and is very easy to use.
https://github.com/Mindinventory/Numbers-Animation
Last synced: 11 months ago
JSON representation
Numbers animation allows you to click on different numbers and accordingly it will animate numbers in a cool way. It has a very attractive UI and is very easy to use.
- Host: GitHub
- URL: https://github.com/Mindinventory/Numbers-Animation
- Owner: Mindinventory
- License: mit
- Created: 2021-08-02T13:06:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-04T09:59:07.000Z (almost 5 years ago)
- Last Synced: 2024-12-03T18:56:17.528Z (over 1 year ago)
- Language: Swift
- Homepage: https://www.mindinventory.com
- Size: 2.56 MB
- Stars: 31
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Numbers Animation
Cool Numbers Animation in iOS written in Swift.
## Preview

## Table of content :-
1. [Description](#description)
2. [How to add in your project](#how-to-add-in-your-project)
3. [Requirement](#requirement)
4. [License](#license)
## Description
Numbers animation allows you to click on different numbers and accordingly it will animate numbers in a cool way. It has very attractive UI and is very easy to use.
Animation used
1. ```UIView.animate(withDuration: , delay: , options: .curveEaseInOut, animations: , completion: )```
2. ```CGAffineTransform(scaleX: , y: )```
3. ```CGAffineTransform(translationX: , y: )```
4. ```UIView.transition(with: , duration: , options: .transitionFlipFromRight, animations: , completion: )```
## How to add in your project
1. Clone or download the repo
2. After it, drag and drop all files to your project
3. Run your project and see the animation
## Requirement
1. Xcode 12 or later
2. Supports iOS 13 or later
3. Supports iPhone SE 1st Generation or later
## LICENSE
Letters Animation is [MIT-licensed](/LICENSE).