Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Blink and Rotation (clockwise or counterclockwise) doesn't work at the same time #1454

Open
henjoe opened this issue Oct 24, 2024 · 1 comment
Labels
feature New feature

Comments

@henjoe
Copy link

henjoe commented Oct 24, 2024

Describe the bug
When defined 2 condition in the Actions

  1. when value of Tag1 is between 0-40 = blink
  2. when value of Tag2 is True = turn clockwise

The conditions works fine when only one in the conditions is met. But when two conditions are met at the same time, an unacceptable behaviour can be seen.

To Reproduce
Steps to reproduce the behavior:

  1. Drag and Drop any Shapes
  2. Create at least 2 Tags (for Tag1 and Tag2)
  3. Add 2 Actions with the ff conditions:
  • when Tag1 is True -> Blink
  • when Tag2 is True -> Turn clockwise
  1. Simulate and set the Tag1 and Tag2 to True at the same time, you will notice a disfunctional behaviour.

Expected behavior
Some animations requires rotations and blinking (for status). So they should work as expected.

Screenshots
Sample config:
image

You'll notice that I just simply use the same tag with the same range (min, max) to Trigger both tags to True at the same time.

Environment

  • FUXA version: 1.2.0
  • Node.js version: V18+
  • npm version:
  • Platform/OS: Windows
  • Browser: Chrome
@unocelli
Copy link
Member

#765

@unocelli unocelli added the feature New feature label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants