Crash when going from light to dark
gunnx opened this issue · 2 comments
gunnx commented
Was getting an error about interpolation failing and after having a look I fixed it by changing the property value for light mask cy
defaultProperties: {
...
light: {
...,
mask: {
cx: '100%',
cy: '0%'. <------ This was 0 before
...
}
oalagtash commented
Had the same error. Thx for the hint!
JoseRFelix commented
Thanks for bringing up this issue and adding a solution! I have published a fix accordingly 🚀