You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Winwheel.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2126,7 +2126,7 @@ function Animation(options)
2126
2126
'callbackBefore' : null,// Function to callback before the wheel is drawn each animation loop.
2127
2127
'callbackAfter' : null,// Function to callback after the wheel is drawn each animation loop.
2128
2128
'callbackSound' : null,// Function to callback if a sound should be triggered on change of segment or pin.
2129
-
'soundTriggerType' : 'segment'// Sound trigger type. Default is segment which triggers when segment changes, can be pin if to trigger when pin passes the pointer.
2129
+
'soundTrigger' : 'segment'// Sound trigger type. Default is segment which triggers when segment changes, can be pin if to trigger when pin passes the pointer.
2130
2130
};
2131
2131
2132
2132
// Now loop through the default options and create properties of this class set to the value for
@@ -2348,7 +2348,7 @@ function winwheelTriggerSound()
2348
2348
varcurrentTriggerNumber=0;
2349
2349
2350
2350
// Now figure out if the sound callback should be called depending on the sound trigger type.
0 commit comments