You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When defined 2 condition in the Actions
when value of Tag1 is between 0-40 = blink
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:
Drag and Drop any Shapes
Create at least 2 Tags (for Tag1 and Tag2)
Add 2 Actions with the ff conditions:
when Tag1 is True -> Blink
when Tag2 is True -> Turn clockwise
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:
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
The text was updated successfully, but these errors were encountered:
Describe the bug
When defined 2 condition in the Actions
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:
Expected behavior
Some animations requires rotations and blinking (for status). So they should work as expected.
Screenshots
Sample config:
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
The text was updated successfully, but these errors were encountered: