Skip to content

brando:motionRules

Property: Motion Rules

Brando property reference
Defined in the Brando vocabulary.


Brand > Property > VisualToken :: motionRules

Canonical URL: https://brandoschema.com/properties/motionRules
Check for open issues.


Definition

Rules for approved motion, animation, and transition behaviour.


Values expected to be one of these types

  • Text
  • List of Text values

Used on these types

  • brando:VisualToken

Example (JSON-LD)

{
  "@context": {
    "schema": "https://schema.org/",
    "brando": "https://brandoschema.com/"
  },
  "@type": "brando:VisualToken",
  "schema:name": "Example VisualToken",
  "brando:motionRules": [
    "Example value for brando:motionRules 1",
    "Example value for brando:motionRules 2"
  ]
}

Example (YAML)

@context:
  schema: https://schema.org/
  brando: https://brandoschema.com/

@type: brando:VisualToken
schema:name: Example VisualToken

brando:motionRules:
  - "Example value for brando:motionRules 1"
  - "Example value for brando:motionRules 2"

Acknowledgements

This element is based on the work of Advanced Analytica.
Many Type and Property definitions are inspired by extensive analysis of brand guidelines, governance systems, and AI content-safety practices.