---
title: "FastOutLinearInEasing"
description: "Elements exiting a screen use acceleration easing, where they start at rest and end at peak
velocity.

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

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


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

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


```kotlin
public val FastOutLinearInEasing: Easing
```


Elements exiting a screen use acceleration easing, where they start at rest and end at peak
velocity.

This is equivalent to the Android `FastOutLinearInInterpolator`



