---
title: "LinearOutSlowInEasing"
description: "Incoming elements are animated using deceleration easing, which starts a transition at peak
velocity (the fastest point of an element’s movement) and ends at rest.

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

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


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

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


```kotlin
public val LinearOutSlowInEasing: Easing
```


Incoming elements are animated using deceleration easing, which starts a transition at peak
velocity (the fastest point of an element’s movement) and ends at rest.

This is equivalent to the Android `LinearOutSlowInInterpolator`



