Skip to contents

Calculates eased progress values for multiple animation keyframes. Optimized for the animation timeline computation.

Usage

cpp_calculate_animation_progress(times, start_times, durations, easing_names)

Arguments

times

NumericVector of times

start_times

NumericVector of animation start times

durations

NumericVector of animation durations

easing_names

CharacterVector of easing function names

Value

List containing progress values for each animation