Skip to content

Commit

Permalink
♻️ (GEK): Increase Breathe animaton duration
Browse files Browse the repository at this point in the history
  • Loading branch information
HPezz authored and ladislas committed Jan 16, 2024
1 parent 52fa706 commit 7a22a1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ extension PairingView {
private func runRandomAnimation() {
guard self.isAnimationRunning else { return }

let randomInterval = Double.random(in: 5.0...10.0)
let randomInterval = Double.random(in: 10.0...15.0)
self.isBreathing = true
self.breathe()

Expand Down

0 comments on commit 7a22a1e

Please sign in to comment.