Commit 54868436 authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

adjusted angle increment for tap animation

parent 9285a395
...@@ -117,7 +117,7 @@ void AbstractCardItem::paint(QPainter *painter, const QStyleOptionGraphicsItem * ...@@ -117,7 +117,7 @@ void AbstractCardItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *
void AbstractCardItem::animationEvent() void AbstractCardItem::animationEvent()
{ {
int delta = 10; int delta = 18;
if (!tapped) if (!tapped)
delta *= -1; delta *= -1;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment