StartAnimationUseCase

class StartAnimationUseCase(executionType: StartAnimationUseCase.ExecutionType = ExecutionType.Default, chartAnimationSpecs: AnimationSpec<Float>)

Parameters

executionType

Controls the execution of this animation use case.

chartAnimationSpecs

Specifies all animations to use.

Constructors

Link copied to clipboard
constructor(executionType: StartAnimationUseCase.ExecutionType = ExecutionType.Default, vararg chartAnimationSpecs: AnimationSpec<Float>)

Types

Properties

Link copied to clipboard

Functions

Link copied to clipboard
operator fun invoke(key: Any)