internal: better curve for button ripples
This commit is contained in:
parent
4b341ca16f
commit
de476f2e38
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ MouseArea {
|
||||||
to: 0
|
to: 0
|
||||||
duration: Appearance.anim.durations.large
|
duration: Appearance.anim.durations.large
|
||||||
easing.type: Easing.BezierSpline
|
easing.type: Easing.BezierSpline
|
||||||
easing.bezierCurve: Appearance.anim.curves.standardDecel
|
easing.bezierCurve: Appearance.anim.curves.standard
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue