Skip to content

Janneman84/AnimationSpeedBooster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnimationSpeedBooster

Make your iOS apps literary faster by speeding up page transitions, keyboard popup etc.

animationspeedboosteexample

Make your productivity app more productive by reducing the amount of time a user has to wait for animations. Speed up all animations in your app with just one simple setting. This does not affect scrolling.

Compatible with both UIKit and SwiftUI, iOS and tvOS.

Bonus feature

For fun you can also adjust the blinking speed of text fields:

blinkingspeedexample2

Installation

Install this package through SPM using the Github url https://github.com/Janneman84/AnimationSpeedBooster. Make sure the library is linked to the target.

Usage

Anywhere in your app at any time you can change animation speed and/or typing indicator blinking speed.

import AnimationSpeedBooster

Change animation speed using 🚀:

AnimationSpeedBooster.🚀 = 2.0

Change typing indicator blinking speed using 🚨:

AnimationSpeedBooster.🚨 = 1.5

You can use value 0.0 to disable animations entirely.

License

MIT

About

Make your iOS apps literary faster by speeding up page transitions, keyboard popup etc.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors