KeyframesSpecBaseConfig
Shared configuration class used as DSL for keyframe based animations.
Inheritors
Properties
Link copied to clipboard
The amount of time that the animation should be delayed. The minimum is 0
and defaults to 0.
Link copied to clipboard
Duration of the animation in milliseconds. The minimum is 0
and defaults to AnimationConstants.DefaultDurationMillis
Functions
Link copied to clipboard
Adds a keyframe so that the animation value will be the value specified at a fraction of the total durationMillis set. It's recommended that you always set durationMillis before calling atFraction. For example: