We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a684333 commit dc05e19Copy full SHA for dc05e19
interaction.md
@@ -54,7 +54,7 @@ touchAnimation = {
54
.setStiffness(lib.SpringForce.STIFFNESS_MEDIUM)
55
let animation = new lib.SpringAnimation(
56
view.android,
57
- lib.DynamicAnimation().SCALE_X,
+ lib.DynamicAnimation.SCALE_X,
58
float(0.95)
59
)
60
animation.setSpring(spring).setStartVelocity(0.7).setStartValue(1.0)
@@ -80,7 +80,7 @@ touchAnimation = {
80
81
82
83
84
float(1)
85
86
animation.setSpring(spring).setStartVelocity(0.7).setStartValue(0.95)
0 commit comments