blob: 4a552c271dbb93e768266bd5e5dd0cfd9f729623 [file] [log] [blame]
{
"name": "TransformConstraint",
"key": {
"int": 83,
"string": "transformconstraint"
},
"extends": "constraints/transform_space_constraint.json",
"properties": {
"originX": {
"type": "double",
"initialValue": "0.0",
"animates": true,
"key": {
"int": 372,
"string": "originx"
},
"description": "Origin x in normalized coordinates (0.5 = center, 0 = left, 1 = right)."
},
"originY": {
"type": "double",
"initialValue": "0.0",
"animates": true,
"key": {
"int": 373,
"string": "originy"
},
"description": "Origin y in normalized coordinates (0.5 = center, 0 = top, 1 = bottom)."
}
}
}