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
setting "waveColor" with a translucent color(opacity/alpha channel), and setting "progressColor" with a solid color(no opacity/alpha channel), will result in "progressColor" disappearing/missing.
setting both "waveColor" and "progressColor" with solid/translucent color, it's ok.
Bug description
setting "waveColor" with a translucent color(opacity/alpha channel), and setting "progressColor" with a solid color(no opacity/alpha channel), will result in "progressColor" disappearing/missing.
setting both "waveColor" and "progressColor" with solid/translucent color, it's ok.
Environment
Minimal code snippet
the following code is NOT WORKING:
the following code WORKS:
the following code WORKS:
Expected result
"waveColor" and "progressColor" show separately with any color value.
Obtained result
"waveColor" shows, "progressColor" is not showing. (only showing the current frame correctly.)
Screenshots
The text was updated successfully, but these errors were encountered: