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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
when I try to use a CanvasPattern object to set background color like this, it will not take effect, it will just turn to a white color:
animatedDataset.animations = {
backgroundColor: {
type: 'color',
duration: 1000,
easing: 'linear',
from: dataset.backgroundColor as Color,
to: 'white',
loop: true,
},
Beta Was this translation helpful? Give feedback.
All reactions