Contents

hitchTimeRatio

The ratio of time spent hitching during tracked animations.

Declaration

var hitchTimeRatio: Measurement<Unit> { get }

Discussion

Hitches are user-perceivable animation issues, such as pauses or jumps that occur during scrolling. This metric incorporates adjustments that optimize for quantifying human perception, and typically is the most accurate representation of hitches people experience during app usage.

Many animations are tracked by default. You can track additional animations using the beginActivity(options:reason:) method with the animationTrackingEnabled option.