---
title: "RemoteInterpolator.CubicBezier"
type: "class"
lastmod: "2026-09-24"
---
## API Reference

> Source set: Android

```kotlin
public class CubicBezier(
        public val x1: Float,
        public val y1: Float,
        public val x2: Float,
        public val y2: Float,
    ) : RemoteInterpolator
```

## Functions

### transform

> Source set: Android

```kotlin
override fun transform(fraction: Float): Float
```
