Subtle animations can make a big impact on your apps UI.
With Quadnimation, you can visualise and play with the timing curve of your animations and export to Xcode in just one tap.
Head over to Xcode and paste the code.
Boom, youre done.
_____________
There are 2 export modes :
• Core Animation Timing Function
Just like .easeInOut, the quadnimation constant is the exact timing curve you have created and visualised directly in the app.
• SwiftUI animation View Modifier
You then just have to call
.quadnimation()
instead of
.animation(.timingCurve(c0x, c0y, c1x, c1y, duration : 1)
Quadnimation is a huge time saver to create powerful animations for all your apps, try it today!