Closed gspassky closed 3 months ago
Finally I figured out the problem. The Code Expression shouldn't have the return type set - then, everything works fine!
Actually, sometimes Code Expressions don't work when Apply same duration and delay toggle being used. Placing the expression directly into each animation is a workaround. Anyway, the buggy behavior presents...
Hi @gspassky, can you please share a bug report code for this?
You can follow this documentation to generate one:
https://docs.flutterflow.io/troubleshooting/submit-bug-reports
It'll be very useful for us in order to replicate the issue
Closing this issue since we haven't heard back from you. If you are still facing the problem please submit a new issue. Have a great day!
Can we access your project?
Current Behavior
Hey guys,
I have dynamically generated items (from a variable) which I want to appear one by one. So I'd like to make animations delay dependent on the item key in the list.
I've set "Code Expression" as a value of animation delay, settings it to "150curIndex" where curIndex is an argument set to the item's "Index in List". So the first item will have delay set to 0 (1500), the second - to the 150 (150*1) and so on.
However, it doesn't work. All elements appear with no delay.
Expected Behavior
Elements must appear on the page with a delay - one after one
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
gs1
Visual documentation
Environment
Additional Information
No response