You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This is equivalent to the Android [AccelerateInterpolator](https://cs.android.com/search?q=file:androidx/core/animation/AccelerateInterpolator.java+class:androidx.core.animation.AccelerateInterpolator)
9
+
*
10
+
* @param factor Degree to which the animation should be eased. Setting
11
+
* factor to 1.0f produces a y=x^2 parabola. Increasing factor above
12
+
* 1.0f exaggerates the ease-in effect (i.e., it starts even
* This is equivalent to the Android [DecelerateInterpolator](https://cs.android.com/search?q=file:androidx/core/animation/DecelerateInterpolator.java+class:androidx.core.animation.DecelerateInterpolator)
11
+
*
12
+
* @param factor Degree to which the animation should be eased. Setting factor to 1.0f produces
13
+
* an upside-down y=x^2 parabola. Increasing factor above 1.0f makes exaggerates the
14
+
* ease-out effect (i.e., it starts even faster and ends evens slower)
0 commit comments