Spaces:
Running
Running
Commit ·
dec0328
1
Parent(s): a7536b6
Remove audio clicks
Browse files
utils/bubble/bubble-templates.js
CHANGED
|
@@ -15,7 +15,7 @@ export const BaseBubbleTemplates = {
|
|
| 15 |
backgroundColor: '#ffffff',
|
| 16 |
borderRadius: 20,
|
| 17 |
normalizeAudio: true,
|
| 18 |
-
audioEffectFile: 'click',
|
| 19 |
audioEffectDurationSec: 0.2,
|
| 20 |
animExtra: {
|
| 21 |
template: 'fade',
|
|
@@ -38,7 +38,7 @@ export const BaseBubbleTemplates = {
|
|
| 38 |
'simple-top-center-media': {
|
| 39 |
borderRadius: 20,
|
| 40 |
normalizeAudio: true,
|
| 41 |
-
audioEffectFile: 'woosh',
|
| 42 |
audioEffectDurationSec: 0.2,
|
| 43 |
// default animation for the overlay itself. callers can override
|
| 44 |
animExtra: {
|
|
@@ -56,7 +56,7 @@ export const BaseBubbleTemplates = {
|
|
| 56 |
'simple-full-media': {
|
| 57 |
borderRadius: 20,
|
| 58 |
normalizeAudio: true,
|
| 59 |
-
audioEffectFile: 'woosh',
|
| 60 |
audioEffectDurationSec: 0.2,
|
| 61 |
// default animation for the overlay itself. callers can override
|
| 62 |
animExtra: {
|
|
|
|
| 15 |
backgroundColor: '#ffffff',
|
| 16 |
borderRadius: 20,
|
| 17 |
normalizeAudio: true,
|
| 18 |
+
// audioEffectFile: 'click',
|
| 19 |
audioEffectDurationSec: 0.2,
|
| 20 |
animExtra: {
|
| 21 |
template: 'fade',
|
|
|
|
| 38 |
'simple-top-center-media': {
|
| 39 |
borderRadius: 20,
|
| 40 |
normalizeAudio: true,
|
| 41 |
+
// audioEffectFile: 'woosh',
|
| 42 |
audioEffectDurationSec: 0.2,
|
| 43 |
// default animation for the overlay itself. callers can override
|
| 44 |
animExtra: {
|
|
|
|
| 56 |
'simple-full-media': {
|
| 57 |
borderRadius: 20,
|
| 58 |
normalizeAudio: true,
|
| 59 |
+
// audioEffectFile: 'woosh',
|
| 60 |
audioEffectDurationSec: 0.2,
|
| 61 |
// default animation for the overlay itself. callers can override
|
| 62 |
animExtra: {
|