: tween property¶
Tween any property of a node (or nodes)
Usage: : tween property [OPTIONS] <NODE> <PROP> <TO> <DURATION>
Arguments¶
| Name | Description | Possible values | Default |
|---|---|---|---|
<NODE> | Node to tween | ||
<PROP> | Property to tween | ||
<TO> | Value to tween to | ||
<DURATION> | Tween duration (in seconds) |
Options¶
| Name | Description | Possible values | Default |
|---|---|---|---|
-f--from | Value to tween from | ||
-a--all | Tween all nodes that match the given pattern, instead of just the first one | true, false |
Experimental
This command is marked as experimental, so it may be subject to change.