pub fn periodical_tween_long(period: f32, x1: f32, x2: f32, slider: f32) -> f32
Expand description

Periodical Tween Long

A function to tween between two periodical values Uses the longest path.

The most common example would be tweening between 2 angles in degrees.