I’d like to now how should I code “move animation” on QGraphicsItem. Something similar to moveBy(qreal, qreal) but not instant. Should I look for it in QtAnimation Framework?
I’d like to now how should I code move animation on QGraphicsItem. Something similar
Share
Use a QPropertyAnimation. For some example code, see Animating graphics item position