---
title: "lerp"
description: "Helper function to lerp between the variables for different screen sizes."
type: "function"
---

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


<a id='references'></a>
<div class='sourceset sourceset-android'>Android</div>


```kotlin
public fun lerp(
    start: TransformationVariableSpec,
    stop: TransformationVariableSpec,
    progress: Float,
): TransformationVariableSpec
```


Helper function to lerp between the variables for different screen sizes.



