Skip to content
This repository was archived by the owner on Aug 13, 2021. It is now read-only.
This repository was archived by the owner on Aug 13, 2021. It is now read-only.

Avoid excessively connecting configuration properties in interactions #110

@jverkoey

Description

@jverkoey

Some interactions connect properties to sub-interactions or other values, e.g. ArcMove's: runtime.connect(arcMove(from: from, to: to), to: tween.path). This only needs to be done once.

Closure of this task involves auditing our interactions for any runtime.connect invocations and ensuring that if they're connecting sub-interactions together that we're only doing so once.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions