Animatable
interface Animatable
MotionHelperInterface |
This defined the interface for MotionLayout helpers Helpers can be used to draw motion effects or modify motions |
Carousel |
Carousel works within a MotionLayout to provide a simple recycler like pattern. |
MotionEffect |
MotionHelper that automatically inserts keyframes for views moving in a given direction, out of: |
MotionHelper |
A helper interface allowing MotionLayout to directly drive custom views
Summary
Public functions |
|
|---|---|
Float |
get the progress |
Unit |
setProgress(progress: Float)Set the progress |
Public functions
setProgress
Added in 2.2.1
fun setProgress(progress: Float): Unit
Set the progress
| Parameters | |
|---|---|
progress: Float |