✅ Moving items across the screen
I've built a basic 4 math functions calculator, and I want to spice it up a bit. When user presses a number or an operator, I want the numbers to shoot in from the right side of the screen to where they belong on the screen. I'm new to Avalonia, and I'm not sure how to do this so I figured I would ask here. Thanks
2 Replies
I would prefer to make this action a callable thing that's written universally. So like when a user presses 9, it comes in from right to left. Then when they press an operator, it comes in from right to left, and same with the next number(s) to come in from right to left and then the result that displays when the
=
button is pressed comes in from left to right. I would like for it to be a sliding effect. But I need it to be a universal callable thing so that I can put it in my logic for my NumberPressed
command so that it happens when the user presses the button if that makes senseLooks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.