Skip to content

CombinedEffect/ParallelEffect is missing #3765

@eggnstone

Description

@eggnstone

Problem to solve

I want to run a sequence of effects and therefore use a SequenceEffect.
But one of the effects should consist of two effects that run in parallel, hence a CombinedEffect/ParallelEffect would be nice.

Use case:

add(SequenceEffect([
  MoveToEffect(),
  CombinedEffect/ParallelEffect([
    MoveToEffect(),
    RotateEffect()
  ]),
  MoveToEffect()
]));

Proposal

A CombinedEffect/ParallelEffect similar to SequenceEffect should be created.

More information

No response

Other

  • Are you interested in working on a PR for this?

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