---
title: "FastOutSlowInEasing"
description: "Elements that begin and end at rest use this standard easing. They speed up quickly and slow down
gradually, in order to emphasize the end of the transition.

Standard easing puts subtle attention at the end of an animation, by giving more time to
deceleration than acceleration. It is the most common form of easing.

This is equivalent to the Android `FastOutSlowInInterpolator`"
type: "property"
---

<div class='type'>Property</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
public val FastOutSlowInEasing: Easing
```


Elements that begin and end at rest use this standard easing. They speed up quickly and slow down
gradually, in order to emphasize the end of the transition.

Standard easing puts subtle attention at the end of an animation, by giving more time to
deceleration than acceleration. It is the most common form of easing.

This is equivalent to the Android `FastOutSlowInInterpolator`



