EmergeTools / Pow

Delightful SwiftUI effects for your app

Home Page:https://movingparts.io/pow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Setting Custom Animation Curves

martinlexow opened this issue · comments

I would love to set custom animation curves like Animation.interpolatingSpring(mass: 0.13, stiffness: 5.7, damping: 1.2, initialVelocity: 10.0) to adjust style and duration of effects.

Most of the transitions should respect them.

It's only a few like .anvil that are composed that don't respond to custom curves (I'll follow up with a full list). Do you have a specific one in mind?