Start Animation Use Case
class StartAnimationUseCase(executionType: StartAnimationUseCase.ExecutionType = ExecutionType.Default, chartAnimationSpecs: AnimationSpec<Float>)
Parameters
execution Type
Controls the execution of this animation use case.
chart Animation Specs
Specifies all animations to use.
Constructors
Link copied to clipboard
constructor(executionType: StartAnimationUseCase.ExecutionType = ExecutionType.Default, vararg chartAnimationSpecs: AnimationSpec<Float>)