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
Description: In animations, we have to convert from rgb vector/three.color to a hex string every time we want to set attribute on a color. Would be good to have color parser handle setAttribute(component, colorPropType, {r: 0, g: 0, b: 0} and defer the stringification to hex.
The text was updated successfully, but these errors were encountered:
Description: In animations, we have to convert from rgb vector/three.color to a hex string every time we want to set attribute on a color. Would be good to have color parser handle
setAttribute(component, colorPropType, {r: 0, g: 0, b: 0}
and defer the stringification to hex.The text was updated successfully, but these errors were encountered: