Pow
Pow copied to clipboard
Delightful SwiftUI effects for your app
is the code in this repository proprietary or haven't you decided on a license yet?
Hi, Screenshots are not showing.
I hope this is the right place to ask for more fine tuning, but either way thank you very much for the library! I was trying to use the `.shine`...
This addresses #30, and adds the same functionality for ShakeRate.
When using an effect as `RepeatingChangeEffectModifier` inside a lazy stack, it is possible that `onAppear` is called multiple times when the view comes back to being visible. That would cause...
POW is not necessarily suitable for users who utilize voiceover. It can also damage the voiceover and occasionally create an excessively large accessibility rectangle with effects like (.spray, glow, etc..)....
I would like to use Pow in a Swift Package supporting iOS 14: ```swift platforms: [ .iOS(.v14) ], ``` I’ve tried to include the package using the `condition` parameter: ```...
Back again with more customizability requests, sorry if they get annoying. Similar to #30 I'm trying to have some control over the timing of this animation. I want make it...