---
title: "RemoteTweenSpec"
description: "Easing-based animation specification with a fixed duration."
type: "class"
lastmod: "2026-09-24"
---
## API Reference

> Source set: Android

```kotlin
public class RemoteTweenSpec(
    public val durationMillis: Int = 300,
    public val easing: RemoteEasing = RemoteEasing.Standard,
) : RemoteAnimationSpec
```

Easing-based animation specification with a fixed duration.

## Functions

### animate

> Source set: Android

```kotlin
override fun animate(targetValue: RemoteFloat, initialValue: Float, wrap: Float): RemoteFloat
```

### equals

> Source set: Android

```kotlin
override fun equals(other: Any?): Boolean
```

### hashCode

> Source set: Android

```kotlin
override fun hashCode(): Int
```

### toString

> Source set: Android

```kotlin
override fun toString(): String
```
