Skip to content

Letters animation allows you to click on different letters and accordingly it will animate letters in a cool way. It has a very attractive UI and is very easy to use.

License

Notifications You must be signed in to change notification settings

Mindinventory/Letters-Animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Letters Animation

Cool Letters Animation in iOS written in Swift.

Preview

gif

Table of content :-

  1. Description
  2. How to add in your project
  3. Requirement
  4. License

Description

Letters animation allows you to click on different letters and accordingly it will animate letters 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.

About

Letters animation allows you to click on different letters and accordingly it will animate letters in a cool way. It has a very attractive UI and is very easy to use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages