mirror of
https://github.com/EmergeTools/Pow.git
synced 2026-03-25 08:55:50 +00:00
[README] Fix Sound Effect Feedback Documentation (#64)
This commit is contained in:
parent
392ad0d0b7
commit
ebf05a2239
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ static func shine(angle: Angle, duration: Double = 1.0) -> AnyChangeEffect
|
||||||
|
|
||||||
Triggers a sound effect as feedback whenever a value changes.
|
Triggers a sound effect as feedback whenever a value changes.
|
||||||
|
|
||||||
This effect will not interrupt or duck any other audio that may currently playing. It may also not triggered based on the setting of the user's silent switch or playback device.
|
This effect will not interrupt or duck any other audio that may be currently playing. This effect is not guaranteed to be triggered; the effect running depends on the user's silent switch position and the current playback device.
|
||||||
|
|
||||||
To relay important information to the user, you should always accompany audio effects with visual cues.
|
To relay important information to the user, you should always accompany audio effects with visual cues.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue