Make your iOS apps literary faster by speeding up page transitions, keyboard popup etc.
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.
For fun you can also adjust the blinking speed of text fields:
Install this package through SPM using the Github url https://github.com/Janneman84/AnimationSpeedBooster. Make sure the library is linked to the target.
Anywhere in your app at any time you can change animation speed and/or typing indicator blinking speed.
import AnimationSpeedBoosterChange animation speed using 🚀:
AnimationSpeedBooster.🚀 = 2.0Change typing indicator blinking speed using 🚨:
AnimationSpeedBooster.🚨 = 1.5You can use value 0.0 to disable animations entirely.
MIT