AnimationVector1D
-
Cmn
class AnimationVector1D : AnimationVector
| kotlin.Any | ||
| ↳ | androidx.compose.animation.core.AnimationVector | |
| ↳ | androidx.compose.animation.core.AnimationVector1D |
This class defines a 1D vector. It contains only one Float value that is initialized in the constructor.
Summary
Public constructors |
|
|---|---|
AnimationVector1D(initVal: Float) |
Cmn
|
Public properties |
||
|---|---|---|
Float |
This field holds the only Float value in this |
Cmn
|