Alexey Kolesnikov wrote: Sat Jan 10, 2026 7:11 pm
Basically, "Tween type" in the animation properties allows to get similar effect - look at the elastic, back, and bounce https://easings.net
Added: or may be I understood you wrong and you need just to animate the selected state (select "Selected state" in the "Animate" drop down (groups)).
To be clearer about what I'm referring to, look at this Universal menu, the effect of the button when it is activated, has a blinking effect with a few frames until the menu opens, is this possible in BDS without using the fixed alpha set of opacity 255 or is there another method possible by Java script?
Animate selected with a "bounce" tween type will look similar, but not 100%.
Alternative solution - several animations (using Enter animations). The problem here is that you need to use a draw mode with slash. So selected should be excluded from Enter animation and you will need to move a copy of the selected button from outside the screen, animate it and move it back.
Alexey Kolesnikov wrote: Sun Jan 11, 2026 6:58 am
Animate selected with a "bounce" tween type will look similar, but not 100%.
Alternative solution - several animations (using Enter animations). The problem here is that you need to use a draw mode with slash. So selected should be excluded from Enter animation and you will need to move a copy of the selected button from outside the screen, animate it and move it back.
Thanks for the feedback, Alexey.
So, today with your latest update released, you added something that my Universal project needs, but it's not working. Both "Current" values are off the screen for all the buttons. I created the condition in "On update current," but all the current values disappeared. There's also a bug where, when I'm using the project simulation, something very quick appears in the command prompt and then it closes.
Alexey Kolesnikov wrote: Mon Jan 12, 2026 2:03 pm
I uploaded fixed version.
Added: forgot to mention - you need to delete the SWITCH in On Update Current and re-run the wizard.
Hi Alexey, I made your recommendation and now it worked fine, but it seems that the in "Before" mode is button not working, when you can, please review it.