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
If the from parameter is the string representation of a number, _volume is set to NaN and onfade never gets triggered. Strangely, the fade still occurs (which is why it took me several hours to figure out what was actually causing the problem). It should either attempt to parse the string as a number, or it shouldn't perform the fade if the parameter isn't valid.
Another thing to consider is that when the to parameter is set to a string, it doesn't seem cause any issues.
The text was updated successfully, but these errors were encountered:
If the
from
parameter is the string representation of a number,_volume
is set toNaN
and onfade never gets triggered. Strangely, the fade still occurs (which is why it took me several hours to figure out what was actually causing the problem). It should either attempt to parse the string as a number, or it shouldn't perform the fade if the parameter isn't valid.Another thing to consider is that when the
to
parameter is set to a string, it doesn't seem cause any issues.The text was updated successfully, but these errors were encountered: