Skip to content
Snippets Groups Projects
Commit 68d0696c authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Decrease button's animation duration

parent 193490bd
No related branches found
No related tags found
No related merge requests found
......@@ -335,8 +335,8 @@ void FlatButton::mousePressEvent(QMouseEvent *event)
ripple->setRadiusEndValue(radiusEndValue);
ripple->setOpacityStartValue(0.35);
ripple->setColor(foregroundColor());
ripple->radiusAnimation()->setDuration(600);
ripple->opacityAnimation()->setDuration(1300);
ripple->radiusAnimation()->setDuration(250);
ripple->opacityAnimation()->setDuration(400);
ripple_overlay_->addRipple(ripple);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment