adjusted angle increment for tap animation
This commit is contained in:
parent
9285a3952c
commit
5486843605
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ void AbstractCardItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *
|
|||
|
||||
void AbstractCardItem::animationEvent()
|
||||
{
|
||||
int delta = 10;
|
||||
int delta = 18;
|
||||
if (!tapped)
|
||||
delta *= -1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue