Hello dear community,
I’m currently still working on the slot machine and implemented most of my desired functions so far.
My current problem is that I’m trying to achieve a little “bounce” effect for the symbols when the reels stop.
I want that the symbols, as soon as the reels stop, bounce slightly before they “lock onto position”, so the animation looks a bit more loosely
and not that cramped.
I know I can use the qml easing for it, but I don’t know how to implement it….
Maybe there is a way to implement this easing in the “onReelStopped()” signal handler ?
Anyway, thank you for your help in advance
Kind regards