Production rules · Graphics
GFX-010
Soft rule priority 48 domain: graphics motion
Rationale
Animation should direct attention or explain change.
IF — conditions (all must hold)
- graphic.motion_has_no_information_function eq true
THEN — actions
- propose "remove_or_reduce_motion"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "GFX-010",
"domain": "graphics",
"priority": 48,
"hard": false,
"logic": "all",
"when": [
{
"path": "graphic.motion_has_no_information_function",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "propose",
"value": "remove_or_reduce_motion"
}
],
"rationale": "Animation should direct attention or explain change.",
"tags": [
"motion"
]
}