enable recording
This commit is contained in:
parent
63ddc4b317
commit
d95ec3d965
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ const config = {
|
||||||
rolloverResetLoop: true,
|
rolloverResetLoop: true,
|
||||||
},
|
},
|
||||||
record: {
|
record: {
|
||||||
active: false,
|
active: true,
|
||||||
ignoreProps: {
|
ignoreProps: {
|
||||||
artboard: ['x', 'y', 'zoom', 'pixelDensity', 'width', 'height'],
|
artboard: ['x', 'y', 'zoom', 'pixelDensity', 'width', 'height'],
|
||||||
layer: ['transformOrigin', 'fontFamily', 'text', 'mirror_x', 'mirror_y', 'mirror_xy'],
|
layer: ['transformOrigin', 'fontFamily', 'text', 'mirror_x', 'mirror_y', 'mirror_xy'],
|
||||||
|
|
Loading…
Reference in a new issue