point Animation
fun pointAnimation(initialValue: Float = 1.0f, targetValue: Float = 1.2f, animationSpec: InfiniteRepeatableSpec<Float> = PointAnimation): EventPointAnimation
Creates an EventPointAnimation object to define animations for event points.
Return
An EventPointAnimation object configured with the given parameters.
Parameters
initial Value
The initial value of the animation. Defaults to 1.0f.
target Value
The target value of the animation. Defaults to 1.2f.
animation Spec
The specification for the animation. Defaults to PointAnimation.