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
Fix#1171: setValueCurveAtTime curve is sequence<float> (#1189)
Change the type of the curve parameter to sequence<float>. This
specifies that only finite floats are allowed for the curve. This is
a backward-compatible change since Float32Array is a sequence<float>
(if all the values in Float32Array are finite floats).
0 commit comments